Provides class handling for the System.Windows.UIElement.MouseLeave routed event that occurs when the mouse leaves an element.
Syntax
'Declaration
Protected Overrides Sub OnMouseLeave( _
ByVal As System.Windows.Input.MouseEventArgs _
)
'Usage
Dim instance As SheetTab
Dim e As System.Windows.Input.MouseEventArgs
instance.OnMouseLeave(e)
protected override void OnMouseLeave(
System.Windows.Input.MouseEventArgs
)
Parameters
- e
- The event data for the System.Windows.Input.Mouse.MouseLeave event.
See Also