Skip to main content

RemoveHandler Method

Removes a handler for the specified routed event.

Definition

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

void RemoveHandler(
RoutedEvent routedEvent,
Delegate handler
)
View Source

Parameters

  RoutedEvent
The routed event.
  Delegate
The handler.

See Also

Reference

IInputElement Interface
Avalonia.Input Namespace