IPXV_Inst::FireCmdCustomizationEvent Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 7: Line 7:
 
Broadcasts the <code>e.cmdCustomization</code> to notify all listeners about new customized toolbars that are inside of specified source-object.  
 
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,
+
<pre class="brush:cpp;gutter:false">HRESULT FireCmdCustomizationEvent(  IUIX_Obj*  Source,
                                     LONG      nFlags);</pre>
+
                                     LONG      Flags);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pSource
+
;Source
 
: The pointer to [[PXV:IUIX_Obj|IUIX_Obj]] object that specifies the container of just customized toolbars.
 
: The pointer to [[PXV:IUIX_Obj|IUIX_Obj]] object that specifies the container of just customized toolbars.
;nFlags
+
;Flags
 
:  
 
:  
  

Revision as of 07:32, 12 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*  Source,
                                    LONG       Flags);

Parameters

Source
The pointer to IUIX_Obj object that specifies the container of just customized toolbars.
Flags

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