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
Показать файл Открыть проект

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

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