Summary
Adds a class handler to the route.
- Namespace
- Avalonia
.Interactivity - Containing Type
- EventRoute
Syntax
public void AddClassHandler(IInteractive target)
Parameters
Name | Type | Description |
---|---|---|
target | IInteractive | The target on which the event should be raised. |
Return Value
Type | Description |
---|---|
void |