Raised when the mouse enters the control.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
protected override void OnMouseEnter ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Sub OnMouseEnter( _ |
An instance of the MouseEventArgs class that provides data for the event.
See Also