C# 클래스 Smrf.NodeXL.ExcelTemplate.RunEditableCommandEventArgs

Base class for classes that provide information for a command that needs to be run after the user optionally edits user settings for the command.
See RunCommandEventArgs for information about how NodeXL sends commands from one UI object to another.
상속: RunCommandEventArgs
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_bCommandSuccessfullyRun System.Boolean
m_bEditUserSettings System.Boolean

공개 메소드들

메소드 설명
AssertValid ( ) : void
RunEditableCommandEventArgs ( System.Boolean editUserSettings ) : System

Initializes a new instance of the class.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

RunEditableCommandEventArgs() 공개 메소드

Initializes a new instance of the class.
public RunEditableCommandEventArgs ( System.Boolean editUserSettings ) : System
editUserSettings System.Boolean /// true to allow the user to edit the user settings for the command before /// the command is run. ///
리턴 System

프로퍼티 상세

m_bCommandSuccessfullyRun 보호되어 있는 프로퍼티

protected Boolean,System m_bCommandSuccessfullyRun
리턴 System.Boolean

m_bEditUserSettings 보호되어 있는 프로퍼티

protected Boolean,System m_bEditUserSettings
리턴 System.Boolean