C# Class Smrf.NodeXL.ExcelTemplate.AttributesEditedEventArgs

Provides event information for the and events.
Inheritance: System.EventArgs
Mostrar archivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_aiEdgeIDs System.Int32[]
m_aiVertexIDs System.Int32[]
m_oEditedEdgeAttributes EditedEdgeAttributes
m_oEditedVertexAttributes EditedVertexAttributes

Public Methods

Method Description
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.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

AttributesEditedEventArgs() public method

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. ///
return System

Property Details

m_aiEdgeIDs protected_oe property

protected Int32[],System m_aiEdgeIDs
return System.Int32[]

m_aiVertexIDs protected_oe property

protected Int32[],System m_aiVertexIDs
return System.Int32[]

m_oEditedEdgeAttributes protected_oe property

protected EditedEdgeAttributes,Smrf.NodeXL.ExcelTemplate m_oEditedEdgeAttributes
return EditedEdgeAttributes

m_oEditedVertexAttributes protected_oe property

protected EditedVertexAttributes,Smrf.NodeXL.ExcelTemplate m_oEditedVertexAttributes
return EditedVertexAttributes