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

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

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

Свойство Тип Описание
m_aiEdgeIDs System.Int32[]
m_aiVertexIDs System.Int32[]
m_oEditedEdgeAttributes EditedEdgeAttributes
m_oEditedVertexAttributes EditedVertexAttributes

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

Метод Описание
AttributesEditedEventArgs ( Int32 edgeIDs, EditedEdgeAttributes editedEdgeAttributes, Int32 vertexIDs, EditedVertexAttributes editedVertexAttributes ) : System

Initializes a new instance of the class.

If edge attributes were edited, edgeIDs and editedEdgeAttributes should be non-null. If vertex attributes were edited, vertexIDs and should be non-null.

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

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

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

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

Initializes a new instance of the class.
If edge attributes were edited, edgeIDs and editedEdgeAttributes should be non-null. If vertex attributes were edited, vertexIDs and should be non-null.
public AttributesEditedEventArgs ( Int32 edgeIDs, EditedEdgeAttributes editedEdgeAttributes, Int32 vertexIDs, EditedVertexAttributes editedVertexAttributes ) : System
edgeIDs System.Int32 /// Array of IDs of the edges whose attributes were edited in the graph, or /// null if edge attributes weren't edited. The IDs came from the edge /// worksheet's ID column. ///
editedEdgeAttributes EditedEdgeAttributes /// Edge attributes that were applied to the edges, or null if edge /// attributes weren't edited. ///
vertexIDs System.Int32 /// Array of IDs of the vertices whose attributes were edited in the graph, /// or null if vertex attributes weren't edited. The IDs came from the /// vertex worksheet's ID column. ///
editedVertexAttributes EditedVertexAttributes /// Vertex attributes that were applied to the vertices, or null if vertex /// attributes weren't edited. ///
Результат System

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

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

protected Int32[],System m_aiEdgeIDs
Результат System.Int32[]

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

protected Int32[],System m_aiVertexIDs
Результат System.Int32[]

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

protected EditedEdgeAttributes,Smrf.NodeXL.ExcelTemplate m_oEditedEdgeAttributes
Результат EditedEdgeAttributes

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

protected EditedVertexAttributes,Smrf.NodeXL.ExcelTemplate m_oEditedVertexAttributes
Результат EditedVertexAttributes