Smrf.NodeXL.ExcelTemplate.RunGroupCommandEventArgs.RunGroupCommandEventArgs C# (CSharp) Method

RunGroupCommandEventArgs() public method

Initializes a new instance of the class.
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
    public RunGroupCommandEventArgs
    (
        GroupCommands groupCommand
    )
    {
        m_eGroupCommand = groupCommand;

        AssertValid();
    }