C# Class Smrf.NodeXL.Core.EdgeEventArgs

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

Protected Properties

Property Type Description
m_oEdge IEdge

Private Properties

Property Type Description
AssertValid void

Public Methods

Method Description
EdgeEventArgs ( IEdge edge ) : System

Initializes a new instance of the EdgeEventArgs class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

EdgeEventArgs() public method

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

Property Details

m_oEdge protected property

protected IEdge m_oEdge
return IEdge