EventRouteRaiseEvent Method

Raises an event along the route.

Definition

Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void RaiseEvent(
	Interactive source,
	RoutedEventArgs e
)

Parameters

source  Interactive
The event source.
e  RoutedEventArgs
The event args.

See Also