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
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_eGroupCommand GroupCommands

Méthodes publiques

Méthode 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 méthode

public AssertValid ( ) : void
Résultat void

RunGroupCommandEventArgs() public méthode

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. ///
Résultat System

Property Details

m_eGroupCommand protected_oe property

protected GroupCommands m_eGroupCommand
Résultat GroupCommands