'Declaration Public Event MouseHover As GraphMouseEventHandler
public event GraphMouseEventHandler MouseHover
Event Data
The event handler receives an argument of type GraphMouseEventArgs containing data related to this event. The following GraphMouseEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Graph | Gets the graph |
IsLeftMouseButton | Gets mouse event button state |
PointIndex | Gets a count of the number of times the item was clicked. |
ShapeArea | Gets Shape Area on which mouse event occured on |
SourcePoint | Gets source point on which mouse event occured on |
UserPoint | Gets user point on which mouse event occured on |
See Also