C# Class Smrf.NodeXL.Core.VertexEventArgs

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

Protected Properties

Свойство Type Description
m_oVertex IVertex

Private Properties

Свойство Type Description
AssertValid void

Méthodes publiques

Méthode Description
VertexEventArgs ( IVertex vertex ) : System

Initializes a new instance of the VertexEventArgs class.

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

VertexEventArgs() public méthode

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

Property Details

m_oVertex protected_oe property

protected IVertex m_oVertex
Résultat IVertex