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
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_oVertexToolTip System.Windows.UIElement

Méthodes publiques

Méthode Description
AssertValid ( ) : void
VertexToolTipShownEventArgs ( IVertex vertex ) : System

Initializes a new instance of the VertexToolTipShownEventArgs class.

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

VertexToolTipShownEventArgs() public méthode

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

Property Details

m_oVertexToolTip protected_oe property

protected UIElement,System.Windows m_oVertexToolTip
Résultat System.Windows.UIElement