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

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

보호된 프로퍼티들

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