C# 클래스 Smrf.NodeXL.ExcelTemplate.AttributesEditedEventArgs

Provides event information for the and events.
상속: System.EventArgs
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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