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

Provides information for a vertex command that needs to be run.
See RunCommandEventArgs for information about how NodeXL sends commands from one UI object to another.
상속: RunCommandEventArgs
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_eVertexCommand WorksheetContextMenuManager.VertexCommand
m_iVertexRowID System.Int32

공개 메소드들

메소드 설명
AssertValid ( ) : void
RunVertexCommandEventArgs ( Int32 vertexRowID, WorksheetContextMenuManager vertexCommand ) : System

Initializes a new instance of the class.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

RunVertexCommandEventArgs() 공개 메소드

Initializes a new instance of the class.
public RunVertexCommandEventArgs ( Int32 vertexRowID, WorksheetContextMenuManager vertexCommand ) : 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. ///
vertexCommand WorksheetContextMenuManager /// Command to run. ///
리턴 System

프로퍼티 상세

m_eVertexCommand 보호되어 있는 프로퍼티

protected WorksheetContextMenuManager.VertexCommand m_eVertexCommand
리턴 WorksheetContextMenuManager.VertexCommand

m_iVertexRowID 보호되어 있는 프로퍼티

protected Int32,System m_iVertexRowID
리턴 System.Int32