IPXV_Inst::FireCmdCustomizationEvent Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::FireCmdCustomizationEvent Method}}
 
{{#customTitle:IPXV_Inst::FireCmdCustomizationEvent Method}}
{{#parentPage:PXV:IPXV_Inst|method}}
+
{{#parentPage:PXV:IPXV_Inst#Methods|FireCmdCustomizationEvent|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Broadcasts the <code>e.cmdCustomization</code> to notify all listeners about new customized toolbars that are inside of specified source-object.  
 +
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT FireCmdCustomizationEvent(IUIX_Obj* pSource, LONG nFlags);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT FireCmdCustomizationEvent( IUIX_Obj* pSource,
 +
                                    LONG       nFlags);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pSource''
+
;pSource
: Pointer to [[PXV:IUIX_Obj|IUIX_Obj]].
+
: The pointer to [[PXV:IUIX_Obj|IUIX_Obj]] object that specifies the container of just customized toolbars.
;''nFlags''
+
;nFlags
: Value of LONG.
+
:  
  
 
== Return Value ==
 
== Return Value ==
Line 20: Line 22:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_LockCmdCustomizationEvent|IPXV_Inst::LockCmdCustomizationEvent]], [[PXV:IPXV_Inst_SyncronizeCmdCustomization|IPXV_Inst::SyncronizeCmdCustomization]]

Latest revision as of 03:56, 15 June 2015


Broadcasts the e.cmdCustomization to notify all listeners about new customized toolbars that are inside of specified source-object.


Syntax

HRESULT FireCmdCustomizationEvent(  IUIX_Obj*  pSource,
                                    LONG       nFlags);

Parameters

pSource
The pointer to IUIX_Obj object that specifies the container of just customized toolbars.
nFlags

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Inst, IPXV_Inst::LockCmdCustomizationEvent, IPXV_Inst::SyncronizeCmdCustomization