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
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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