RoutedEventRegistryGetRegisteredTOwner Method

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.

Definition

Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IReadOnlyList<RoutedEvent> GetRegistered<TOwner>()

Type Parameters

TOwner
The type.

Return Value

IReadOnlyListRoutedEvent
All routed events registered with the provided type.

See Also