BCGControlBar Library for .NET
ExecuteGalleryCommand Event




Occurs when a gallery command has been executed (user seleted a gallery item).
Syntax
'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
Event Data

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.

PropertyDescription
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.
Requirements

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

See Also

Reference

ToolbarBaseGalleryButton Class
ToolbarBaseGalleryButton Members

Send Feedback