Interactive.

RaiseEvent(RoutedEventArgs) Method

Summary

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

Syntax

public void RaiseEvent(RoutedEventArgs e)

Parameters

Name Type Description
e RoutedEventArgs The event args.

Return Value

Type Description
void