Summary
Removes a handler for the specified routed event.
- Namespace
- Avalonia
.Interactivity - Containing Type
- Interactive
Syntax
public void RemoveHandler(RoutedEvent routedEvent, Delegate handler)
Parameters
Name | Type | Description |
---|---|---|
routedEvent | RoutedEvent | The routed event. |
handler | Delegate | The handler. |
Return Value
Type | Description |
---|---|
void |