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




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

Parameters

object
Specifies the parent command panel of the command object to execute the commands.
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