C# 클래스 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.
상속: RunCommandEventArgs
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
m_eGroupCommand GroupCommands

공개 메소드들

메소드 설명
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.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

RunGroupCommandEventArgs() 공개 메소드

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. ///
리턴 System

프로퍼티 상세

m_eGroupCommand 보호되어 있는 프로퍼티

protected GroupCommands m_eGroupCommand
리턴 GroupCommands