IInputElementRemoveHandler Method

Removes a handler for the specified routed event.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void RemoveHandler(
	RoutedEvent routedEvent,
	Delegate handler
)

Parameters

routedEvent  RoutedEvent
The routed event.
handler  Delegate
The handler.

See Also