C# Class Smrf.NodeXL.ExcelTemplate.RequestVertexCommandEnableEventArgs

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_bEnableDeselectAllVertices System.Boolean
m_bEnableDeselectIncidentEdges System.Boolean
m_bEnableEditVertexAttributes System.Boolean
m_bEnableSelectAdjacentVertices System.Boolean
m_bEnableSelectAllVertices System.Boolean
m_bEnableSelectIncidentEdges System.Boolean
m_bEnableSelectSubgraphs Boolean
m_iVertexRowID Int32

Public Methods

Method Description
RequestVertexCommandEnableEventArgs ( Int32 vertexRowID ) : System

Initializes a new instance of the class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

RequestVertexCommandEnableEventArgs() public method

Initializes a new instance of the class.
public RequestVertexCommandEnableEventArgs ( Int32 vertexRowID ) : 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. ///
return System

Property Details

m_bEnableDeselectAdjacentVertices protected_oe property

protected Boolean,System m_bEnableDeselectAdjacentVertices
return System.Boolean

m_bEnableDeselectAllVertices protected_oe property

protected Boolean,System m_bEnableDeselectAllVertices
return System.Boolean

m_bEnableDeselectIncidentEdges protected_oe property

protected Boolean,System m_bEnableDeselectIncidentEdges
return System.Boolean

m_bEnableEditVertexAttributes protected_oe property

protected Boolean,System m_bEnableEditVertexAttributes
return System.Boolean

m_bEnableSelectAdjacentVertices protected_oe property

protected Boolean,System m_bEnableSelectAdjacentVertices
return System.Boolean

m_bEnableSelectAllVertices protected_oe property

protected Boolean,System m_bEnableSelectAllVertices
return System.Boolean

m_bEnableSelectIncidentEdges protected_oe property

protected Boolean,System m_bEnableSelectIncidentEdges
return System.Boolean

m_bEnableSelectSubgraphs protected_oe property

protected Boolean m_bEnableSelectSubgraphs
return Boolean

m_iVertexRowID protected_oe property

protected Int32 m_iVertexRowID
return Int32