RoutedEventRegistry.

GetRegistered(Type) Method

Summary

Returns all routed events registered with the provided type. If the type is not found or does not provide any routed events, an empty list is returned.
Namespace
Avalonia.Interactivity
Containing Type
RoutedEventRegistry

Syntax

public IReadOnlyList<RoutedEvent> GetRegistered(Type type)

Parameters

Name Type Description
type Type The type.

Return Value

Type Description
IReadOnlyList<RoutedEvent> All routed events registered with the provided type.