C# Class Smrf.NodeXL.ExcelTemplate.VerticesMovedEventArgs2

Provides event information for the TaskPane.VerticesMoved and ThisWorkbook.VerticesMoved events.
Inheritance: GraphRectangleEventArgs
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_oVerticesAndRowIDs ICollection

Public Methods

Method Description
AssertValid ( ) : void
VerticesMovedEventArgs2 ( ICollection verticesAndRowIDs, Rectangle graphRectangle, NodeXLControl nodeXLControl ) : System

Initializes a new instance of the class.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

VerticesMovedEventArgs2() public method

Initializes a new instance of the class.
public VerticesMovedEventArgs2 ( ICollection verticesAndRowIDs, Rectangle graphRectangle, NodeXLControl nodeXLControl ) : System
verticesAndRowIDs ICollection /// Collection of objects, one for each /// vertex that was moved. ///
graphRectangle System.Drawing.Rectangle /// The rectangle the graph was drawn within. ///
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl /// The control in which the graph was drawn. ///
return System

Property Details

m_oVerticesAndRowIDs protected_oe property

protected ICollection m_oVerticesAndRowIDs
return ICollection