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

Provides information for an edge 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_eEdgeCommand WorksheetContextMenuManager.EdgeCommand
m_iEdgeRowID System.Int32

공개 메소드들

메소드 설명
AssertValid ( ) : void
RunEdgeCommandEventArgs ( Int32 edgeRowID, WorksheetContextMenuManager edgeCommand ) : System

Initializes a new instance of the class.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

RunEdgeCommandEventArgs() 공개 메소드

Initializes a new instance of the class.
public RunEdgeCommandEventArgs ( Int32 edgeRowID, WorksheetContextMenuManager edgeCommand ) : System
edgeRowID System.Int32 /// Row 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 a row ID that is stored in the /// worksheet, NOT an IEdge.ID value. ///
edgeCommand WorksheetContextMenuManager /// Command to run. ///
리턴 System

프로퍼티 상세

m_eEdgeCommand 보호되어 있는 프로퍼티

protected WorksheetContextMenuManager.EdgeCommand m_eEdgeCommand
리턴 WorksheetContextMenuManager.EdgeCommand

m_iEdgeRowID 보호되어 있는 프로퍼티

protected Int32,System m_iEdgeRowID
리턴 System.Int32