EventRoute.

EventRoute(RoutedEvent) Constructor

Summary

Initializes a new instance of the RoutedEvent class.
Namespace
Avalonia.Interactivity
Containing Type
EventRoute

Syntax

public EventRoute(RoutedEvent e)

Parameters

Name Type Description
e RoutedEvent The routed event to be raised.

Return Value

Type Description
void