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

Provides event information for the event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
m_bEnableDeselectAdjacentVertices System.Boolean
m_bEnableDeselectAllVertices System.Boolean
m_bEnableDeselectIncidentEdges System.Boolean
m_bEnableEditVertexAttributes System.Boolean
m_bEnableSelectAdjacentVertices System.Boolean
m_bEnableSelectAllVertices System.Boolean
m_bEnableSelectIncidentEdges System.Boolean
m_bEnableSelectSubgraphs Boolean
m_iVertexRowID Int32

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

Метод Описание
RequestVertexCommandEnableEventArgs ( Int32 vertexRowID ) : System

Initializes a new instance of the class.

Приватные методы

Метод Описание
AssertValid ( ) : void

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

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

Initializes a new instance of the class.
public RequestVertexCommandEnableEventArgs ( Int32 vertexRowID ) : 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. ///
Результат System

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

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

protected Boolean,System m_bEnableDeselectAdjacentVertices
Результат System.Boolean

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

protected Boolean,System m_bEnableDeselectAllVertices
Результат System.Boolean

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

protected Boolean,System m_bEnableDeselectIncidentEdges
Результат System.Boolean

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

protected Boolean,System m_bEnableEditVertexAttributes
Результат System.Boolean

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

protected Boolean,System m_bEnableSelectAdjacentVertices
Результат System.Boolean

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

protected Boolean,System m_bEnableSelectAllVertices
Результат System.Boolean

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

protected Boolean,System m_bEnableSelectIncidentEdges
Результат System.Boolean

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

protected Boolean m_bEnableSelectSubgraphs
Результат Boolean

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

protected Int32 m_iVertexRowID
Результат Int32