RoutedEventRegistry.

GetRegistered<TOwner>() 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<TOwner>()

Type Parameters

Name Description
TOwner The type.

Return Value

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