C# Class Smrf.NodeXL.ExcelTemplate.GraphLaidOutEventArgs

Provides event information for the TaskPane.GraphLaidOut and ThisWorkbook.GraphLaidOut events.
Inheritance: GraphRectangleEventArgs
Mostrar archivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_oEdgeIDDictionary IIdentityProvider>.Dictionary
m_oLegendControls IEnumerable
m_oVertexIDDictionary IIdentityProvider>.Dictionary

Public Methods

Method Description
AssertValid ( ) : void
GraphLaidOutEventArgs ( Rectangle graphRectangle, IIdentityProvider>.Dictionary edgeIDDictionary, IIdentityProvider>.Dictionary vertexIDDictionary, NodeXLControl nodeXLControl, IEnumerable legendControls ) : System

Initializes a new instance of the GraphLaidOutEventArgs class.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

GraphLaidOutEventArgs() public method

Initializes a new instance of the GraphLaidOutEventArgs class.
public GraphLaidOutEventArgs ( Rectangle graphRectangle, IIdentityProvider>.Dictionary edgeIDDictionary, IIdentityProvider>.Dictionary vertexIDDictionary, NodeXLControl nodeXLControl, IEnumerable legendControls ) : System
graphRectangle System.Drawing.Rectangle /// The rectangle the graph was drawn within. ///
edgeIDDictionary IIdentityProvider>.Dictionary /// Dictionary that maps edge IDs stored in the edge worksheet to edge /// objects in the graph. ///
vertexIDDictionary IIdentityProvider>.Dictionary /// Dictionary that maps vertex IDs stored in the vertex worksheet to /// vertex objects in the graph. ///
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl /// The control in which the graph was laid out. ///
legendControls IEnumerable /// Zero or more legend controls associated with . Can't be null. ///
return System

Property Details

m_oEdgeIDDictionary protected_oe property

protected Dictionary m_oEdgeIDDictionary
return IIdentityProvider>.Dictionary

m_oLegendControls protected_oe property

protected IEnumerable m_oLegendControls
return IEnumerable

m_oVertexIDDictionary protected_oe property

protected Dictionary m_oVertexIDDictionary
return IIdentityProvider>.Dictionary