Raises the DragLeave event.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
protected virtual void OnDragLeave( MouseEventArgs e ) |
Visual Basic |
---|
Protected Overridable Sub OnDragLeave ( _ e As MouseEventArgs _ ) |
Parameters
- e
- Type: System.Windows.Input..::..MouseEventArgs
MouseEventArgs that contains the event data.