C# Class Smrf.NodeXL.ExcelTemplate.RunGroupCommandEventArgs

Provides information for a group command that needs to be run.
See RunCommandEventArgs for information about how NodeXL sends commands from one UI object to another.
Inheritance: RunCommandEventArgs
ファイルを表示 Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_eGroupCommand GroupCommands

Public Methods

Method Description
AssertValid ( ) : void
RunGroupCommandEventArgs ( GroupCommands groupCommand ) : System

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.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

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

Property Details

m_eGroupCommand protected_oe property

protected GroupCommands m_eGroupCommand
return GroupCommands