Summary
Adds the object's handlers for a routed event to an event route.
- Namespace
- Avalonia
.Interactivity - Containing Type
- IInteractive
Syntax
void AddToEventRoute(RoutedEvent routedEvent, EventRoute route)
Parameters
Name | Type | Description |
---|---|---|
routedEvent | RoutedEvent | The event. |
route | EventRoute | The event route. |
Return Value
Type | Description |
---|---|
void |