C# Class Smrf.NodeXL.Core.VertexEventArgs

Provides event information for events involving a vertex.
Inheritance: System.EventArgs
Show file Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_oVertex IVertex

Private Properties

Property Type Description
AssertValid void

Public Methods

Method Description
VertexEventArgs ( IVertex vertex ) : System

Initializes a new instance of the VertexEventArgs class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

VertexEventArgs() public method

Initializes a new instance of the VertexEventArgs class.
public VertexEventArgs ( IVertex vertex ) : System
vertex IVertex /// Vertex associated with the event. Can't be null. ///
return System

Property Details

m_oVertex protected property

protected IVertex m_oVertex
return IVertex