C# Класс Smrf.NodeXL.ExcelTemplate.RunGroupByClusterCommandEventArgs

Provides information for a "group by cluster" command that needs to be run.
See RunCommandEventArgs for information about how NodeXL sends commands from one UI object to another.
Наследование: RunEditableCommandEventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
AssertValid ( ) : void
RunGroupByClusterCommandEventArgs ( System.Boolean editUserSettings ) : System

Initializes a new instance of the class.

Описание методов

AssertValid() публичный Метод

public AssertValid ( ) : void
Результат void

RunGroupByClusterCommandEventArgs() публичный Метод

Initializes a new instance of the class.
public RunGroupByClusterCommandEventArgs ( 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