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

Provides information for events fired when a tooltip is shown for a vertex.
Inheritance: Smrf.NodeXL.Core.VertexEventArgs
Mostrar archivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_oVertexToolTip System.Windows.UIElement

Public Methods

Method Description
AssertValid ( ) : void
VertexToolTipShownEventArgs ( IVertex vertex ) : System

Initializes a new instance of the VertexToolTipShownEventArgs class.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

VertexToolTipShownEventArgs() public method

Initializes a new instance of the VertexToolTipShownEventArgs class.
public VertexToolTipShownEventArgs ( IVertex vertex ) : System
vertex IVertex /// Vertex for which a tooltip is shown. ///
return System

Property Details

m_oVertexToolTip protected_oe property

protected UIElement,System.Windows m_oVertexToolTip
return System.Windows.UIElement