EventRoute.

RaiseEvent(IInteractive, RoutedEventArgs) Method

Summary

Raises an event along the route.
Namespace
Avalonia.Interactivity
Containing Type
EventRoute

Syntax

public void RaiseEvent(IInteractive source, RoutedEventArgs e)

Parameters

Name Type Description
source IInteractive The event source.
e RoutedEventArgs The event args.

Return Value

Type Description
void