Property | Type | Description | |
---|---|---|---|
m_eGroupCommand | GroupCommands |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
RunGroupCommandEventArgs ( GroupCommands groupCommand ) : System |
Initializes a new instance of the Note that although GroupCommands flags can be ORed together, the groupCommand argument should include only one of these flags. |
public RunGroupCommandEventArgs ( GroupCommands groupCommand ) : System | ||
groupCommand | GroupCommands | /// The single group command that needs to be run. /// |
return | System |