AddClassHandler Method
Adds a class handler to the route.
Definition
Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void AddClassHandler(
Interactive target
)
Public Sub AddClassHandler (
target As Interactive
)
member AddClassHandler :
target : Interactive -> unit
Parameters
- Interactive
- The target on which the event should be raised.