C# Class 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.
Inheritance: RunCommandEventArgs
Mostrar archivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_bCommandSuccessfullyRun System.Boolean
m_bEditUserSettings System.Boolean

Public Methods

Method Description
AssertValid ( ) : void
RunEditableCommandEventArgs ( System.Boolean editUserSettings ) : System

Initializes a new instance of the class.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

RunEditableCommandEventArgs() public method

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. ///
return System

Property Details

m_bCommandSuccessfullyRun protected_oe property

protected Boolean,System m_bCommandSuccessfullyRun
return System.Boolean

m_bEditUserSettings protected_oe property

protected Boolean,System m_bEditUserSettings
return System.Boolean