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

Provides information for events fired when a graph is clicked.
Inheritance: System.Windows.Input.MouseButtonEventArgs
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_oVertex IVertex

Méthodes publiques

Méthode Description
GraphMouseButtonEventArgs ( System.Windows.Input.MouseButtonEventArgs mouseButtonEventArgs, IVertex vertex ) : System

Initializes a new instance of the GraphMouseButtonEventArgs class.

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

GraphMouseButtonEventArgs() public méthode

Initializes a new instance of the GraphMouseButtonEventArgs class.
public GraphMouseButtonEventArgs ( System.Windows.Input.MouseButtonEventArgs mouseButtonEventArgs, IVertex vertex ) : System
mouseButtonEventArgs System.Windows.Input.MouseButtonEventArgs /// Mouse event arguments. ///
vertex IVertex /// Vertex under the mouse, or null if the user clicked on a part of the /// graph not covered by a vertex. ///
Résultat System

Property Details

m_oVertex protected_oe property

protected IVertex m_oVertex
Résultat IVertex