Skip to main content

RemoveHandler(RoutedEvent, Delegate) Method

Removes a handler for the specified routed event.

Definition

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

public void RemoveHandler(
RoutedEvent routedEvent,
Delegate handler
)

Parameters

  RoutedEvent
The routed event.
  Delegate
The handler.

See Also

Reference

Interactive Class
RemoveHandler Overload
Avalonia.Interactivity Namespace