BCGControlBar Library for .NET
raise_ExecuteCommand Method (ToolbarButton)




An object to raise an execute command event.
An ExecuteCommandEventArgs  that contains the event data.
Raises ExecuteCommand event, which occurs when the user clicks the toolbar button.
Syntax
'Declaration
 
Public Sub raise_ExecuteCommand( _
   ByVal object As Object, _
   ByVal args As ExecuteCommandEventArgs _
) 
'Usage
 
Dim instance As ToolbarButton
Dim object As Object
Dim args As ExecuteCommandEventArgs
 
instance.raise_ExecuteCommand(object, args)
public void raise_ExecuteCommand( 
   object object,
   ExecuteCommandEventArgs args
)
public: void raise_ExecuteCommand( 
   Object* object,
   ExecuteCommandEventArgs* args
) 
public:
void raise_ExecuteCommand( 
   Object^ object,
   ExecuteCommandEventArgs^ args
) 

Parameters

object
An object to raise an execute command event.
args
An ExecuteCommandEventArgs  that contains the event data.
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

ToolbarButton Class
ToolbarButton Members

Send Feedback