Invoked when an unhandled
MouseLeave attached event is raised on this element. Implement this method to add class handling for this event.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
protected override void OnMouseLeave(
MouseEventArgs e
) |
| Visual Basic |
|---|
Protected Overrides Sub OnMouseLeave (
e As MouseEventArgs
) |
| Visual C++ |
|---|
protected:
virtual void OnMouseLeave(
MouseEventArgs^ e
) override |
| F# |
|---|
abstract OnMouseLeave :
e : MouseEventArgs -> unit
override OnMouseLeave :
e : MouseEventArgs -> unit |
Parameters
- e
- Type: System.Windows.Input..::..MouseEventArgs
The MouseEventArgs that contains the event data.
See Also