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

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

보호된 프로퍼티들

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