BCGControlBar Library for .NET
ExecuteCommandEventArgs Constructor(CommandPanel,ICommandObject,Int32)




Specifies the parent command panel of the command object to execute the commands.
Specifies the command object which commands should be executed.
Specifies the identifier of the command to execute.
Initializes a new instance of the ExecuteCommandEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal panel As CommandPanel, _
   ByVal object As ICommandObject, _
   ByVal commandID As Integer _
)
'Usage
 
Dim panel As CommandPanel
Dim object As ICommandObject
Dim commandID As Integer
 
Dim instance As New ExecuteCommandEventArgs(panel, object, commandID)
public ExecuteCommandEventArgs( 
   CommandPanel panel,
   ICommandObject object,
   int commandID
)
public: ExecuteCommandEventArgs( 
   CommandPanel* panel,
   ICommandObject* object,
   int commandID
)
public:
ExecuteCommandEventArgs( 
   CommandPanel^ panel,
   ICommandObject^ object,
   int commandID
)

Parameters

panel
Specifies the parent command panel of the command object to execute the commands.
object
Specifies the command object which commands should be executed.
commandID
Specifies the identifier of the command to execute.
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

ExecuteCommandEventArgs Class
ExecuteCommandEventArgs Members
Overload List

Send Feedback