IInteractive.

RaiseEvent(RoutedEventArgs) Method

Summary

Raises a routed event.
Namespace
Avalonia.Interactivity
Containing Type
IInteractive

Syntax

void RaiseEvent(RoutedEventArgs e)

Parameters

Name Type Description
e RoutedEventArgs The event args.

Return Value

Type Description
void