C# Class Smrf.NodeXL.ExcelTemplate.RequestEdgeCommandEnableEventArgs

Provides event information for the event.
Inheritance: System.EventArgs
显示文件 Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_bEnableDeselectAdjacentVertices System.Boolean
m_bEnableDeselectAllEdges System.Boolean
m_bEnableSelectAdjacentVertices System.Boolean
m_bEnableSelectAllEdges System.Boolean
m_iEdgeRowID System.Int32

Public Methods

Method Description
RequestEdgeCommandEnableEventArgs ( Int32 edgeRowID ) : System

Initializes a new instance of the class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

RequestEdgeCommandEnableEventArgs() public method

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

Property Details

m_bEnableDeselectAdjacentVertices protected_oe property

protected Boolean,System m_bEnableDeselectAdjacentVertices
return System.Boolean

m_bEnableDeselectAllEdges protected_oe property

protected Boolean,System m_bEnableDeselectAllEdges
return System.Boolean

m_bEnableSelectAdjacentVertices protected_oe property

protected Boolean,System m_bEnableSelectAdjacentVertices
return System.Boolean

m_bEnableSelectAllEdges protected_oe property

protected Boolean,System m_bEnableSelectAllEdges
return System.Boolean

m_iEdgeRowID protected_oe property

protected Int32,System m_iEdgeRowID
return System.Int32