C# Class Smrf.NodeXL.Visualization.Wpf.VerticesMovedEventArgs

Provides information for the NodeXLControl.VerticesMoved event.
Inheritance: System.EventArgs
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_oMovedVertices ICollection

Public Methods

Method Description
AssertValid ( ) : void
VerticesMovedEventArgs ( ICollection movedVertices ) : System

Initializes a new instance of the VerticesMovedEventArgs class.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

VerticesMovedEventArgs() public method

Initializes a new instance of the VerticesMovedEventArgs class.
public VerticesMovedEventArgs ( ICollection movedVertices ) : System
movedVertices ICollection /// Collection of one or more vertices that were moved. ///
return System

Property Details

m_oMovedVertices protected_oe property

protected ICollection m_oMovedVertices
return ICollection