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

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

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

Свойство Тип Описание
m_bEnableDeselectAdjacentVertices System.Boolean
m_bEnableDeselectAllEdges System.Boolean
m_bEnableSelectAdjacentVertices System.Boolean
m_bEnableSelectAllEdges System.Boolean
m_iEdgeRowID System.Int32

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

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

Initializes a new instance of the class.

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

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

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

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

Initializes a new instance of the class.
public RequestEdgeCommandEnableEventArgs ( Int32 edgeRowID ) : System
edgeRowID System.Int32 /// 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 an ID that is stored in the /// worksheet, NOT an IEdge.ID value. ///
Результат System

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

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

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

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

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

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

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

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

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

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

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