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

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

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

Свойство Тип Описание
m_eVertexCommand WorksheetContextMenuManager.VertexCommand
m_iVertexRowID System.Int32

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

Метод Описание
AssertValid ( ) : void
RunVertexCommandEventArgs ( Int32 vertexRowID, WorksheetContextMenuManager vertexCommand ) : System

Initializes a new instance of the class.

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

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

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

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

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

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

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

protected WorksheetContextMenuManager.VertexCommand m_eVertexCommand
Результат WorksheetContextMenuManager.VertexCommand

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

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