C# Class Smrf.NodeXL.Core.EdgeEventArgs

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

Protected Properties

Свойство Type Description
m_oEdge IEdge

Private Properties

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

Méthodes publiques

Méthode Description
EdgeEventArgs ( IEdge edge ) : System

Initializes a new instance of the EdgeEventArgs class.

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

EdgeEventArgs() public méthode

Initializes a new instance of the EdgeEventArgs class.
public EdgeEventArgs ( IEdge edge ) : System
edge IEdge /// Edge associated with the event. Can't be null. ///
Résultat System

Property Details

m_oEdge protected_oe property

protected IEdge m_oEdge
Résultat IEdge