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

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

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

Свойство Тип Описание
m_eEdgeCommand WorksheetContextMenuManager.EdgeCommand
m_iEdgeRowID System.Int32

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

Метод Описание
AssertValid ( ) : void
RunEdgeCommandEventArgs ( Int32 edgeRowID, WorksheetContextMenuManager edgeCommand ) : System

Initializes a new instance of the class.

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

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

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

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

Initializes a new instance of the class.
public RunEdgeCommandEventArgs ( Int32 edgeRowID, WorksheetContextMenuManager edgeCommand ) : System
edgeRowID System.Int32 /// Row ID of the edge that was right-clicked in the edge table in the edge /// worksheet, or if /// an edge wasn't right-clicked. This is a row ID that is stored in the /// worksheet, NOT an IEdge.ID value. ///
edgeCommand WorksheetContextMenuManager /// Command to run. ///
Результат System

Описание свойств

m_eEdgeCommand защищенное свойство

protected WorksheetContextMenuManager.EdgeCommand m_eEdgeCommand
Результат WorksheetContextMenuManager.EdgeCommand

m_iEdgeRowID защищенное свойство

protected Int32,System m_iEdgeRowID
Результат System.Int32