BCGSoft.ControlBars Namespace > ToolbarBaseGalleryButton Class : ExecuteGalleryCommand Event |
'Declaration Public Event ExecuteGalleryCommand As ExecuteCommandEventHandler
'Usage Dim instance As ToolbarBaseGalleryButton Dim handler As ExecuteCommandEventHandler AddHandler instance.ExecuteGalleryCommand, handler
public event ExecuteCommandEventHandler ExecuteGalleryCommand
public: __event ExecuteCommandEventHandler* ExecuteGalleryCommand
public: event ExecuteCommandEventHandler^ ExecuteGalleryCommand
The event handler receives an argument of type ExecuteCommandEventArgs containing data related to this event. The following ExecuteCommandEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CommandID | Specifies the identifier of the command to execute. |
CommandObject | Specifies the command object which commands should be executed. |
ParentPanel | Specifies the parent command panel of the command object to execute the commands. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2