C# Class 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.
Inheritance: RunCommandEventArgs
Mostrar archivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_eEdgeCommand WorksheetContextMenuManager.EdgeCommand
m_iEdgeRowID System.Int32

Public Methods

Method Description
AssertValid ( ) : void
RunEdgeCommandEventArgs ( Int32 edgeRowID, WorksheetContextMenuManager edgeCommand ) : System

Initializes a new instance of the class.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

RunEdgeCommandEventArgs() public method

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

Property Details

m_eEdgeCommand protected_oe property

protected WorksheetContextMenuManager.EdgeCommand m_eEdgeCommand
return WorksheetContextMenuManager.EdgeCommand

m_iEdgeRowID protected_oe property

protected Int32,System m_iEdgeRowID
return System.Int32