Control.OnDragLeave(DragEventArgs) Method
Definition
Called before the DragLeave event occurs.
Equivalent WinUI method: Microsoft.UI.Xaml.Controls.Control.OnDragLeave.
protected:
virtual void OnDragLeave(DragEventArgs ^ e) = OnDragLeave;
void OnDragLeave(DragEventArgs const & e);
protected virtual void OnDragLeave(DragEventArgs e);
function onDragLeave(e)
Protected Overridable Sub OnDragLeave (e As DragEventArgs)
Parameters
Event data for the event.