ControlCallbackOnDragLeave Method |
Raises the DragLeave event.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void OnDragLeave(
Control widget,
DragEventArgs e
)
Public Sub OnDragLeave (
widget As Control,
e As DragEventArgs
)
abstract OnDragLeave :
widget : Control *
e : DragEventArgs -> unit
override OnDragLeave :
widget : Control *
e : DragEventArgs -> unit
Parameters
- widget
- Type: Eto.FormsControl
[Missing <param name="widget"/> documentation for "M:Eto.Forms.Control.Callback.OnDragLeave(Eto.Forms.Control,Eto.Forms.DragEventArgs)"]
- e
- Type: Eto.FormsDragEventArgs
[Missing <param name="e"/> documentation for "M:Eto.Forms.Control.Callback.OnDragLeave(Eto.Forms.Control,Eto.Forms.DragEventArgs)"]
Implements
ControlICallbackOnDragLeave(Control, DragEventArgs)See Also