EventRouteAddClassHandler Method

Adds a class handler to the route.

Definition

Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void AddClassHandler(
	Interactive target
)

Parameters

target  Interactive
The target on which the event should be raised.

See Also