IInteractive.

RemoveHandler(RoutedEvent, Delegate) Method

Summary

Removes a handler for the specified routed event.
Namespace
Avalonia.Interactivity
Containing Type
IInteractive

Syntax

void RemoveHandler(RoutedEvent routedEvent, Delegate handler)

Parameters

Name Type Description
routedEvent RoutedEvent The routed event.
handler Delegate The handler.

Return Value

Type Description
void