C# Class 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.
Inheritance: RunCommandEventArgs
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_eVertexCommand WorksheetContextMenuManager.VertexCommand
m_iVertexRowID System.Int32

Public Methods

Method Description
AssertValid ( ) : void
RunVertexCommandEventArgs ( Int32 vertexRowID, WorksheetContextMenuManager vertexCommand ) : System

Initializes a new instance of the class.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

RunVertexCommandEventArgs() public method

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. ///
return System

Property Details

m_eVertexCommand protected_oe property

protected WorksheetContextMenuManager.VertexCommand m_eVertexCommand
return WorksheetContextMenuManager.VertexCommand

m_iVertexRowID protected_oe property

protected Int32,System m_iVertexRowID
return System.Int32