EventRouteAddClassHandler Method
Adds a class handler to the route.
Namespace: Avalonia.InteractivityAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void AddClassHandler(
Interactive target
)
Public Sub AddClassHandler (
target As Interactive
)
member AddClassHandler :
target : Interactive -> unit
Parameters
- target Interactive
- The target on which the event should be raised.