Skip to main content

RemoveDragLeaveHandler Method

Removes a handler for the DragLeave attached event.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static void RemoveDragLeaveHandler(
Interactive element,
EventHandler<DragEventArgs> handler
)

Parameters

  Interactive
The element to remove the handler from.
  EventHandler(DragEventArgs)
The handler to remove.

See Also

Reference

DragDrop Class
Avalonia.Input Namespace