RoutedEventRegistryGetRegistered(Type) 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.
Namespace: Avalonia.InteractivityAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IReadOnlyList<RoutedEvent> GetRegistered(
Type type
)
Public Function GetRegistered (
type As Type
) As IReadOnlyList(Of RoutedEvent)
member GetRegistered :
type : Type -> IReadOnlyList<RoutedEvent>
- type Type
- The type.
IReadOnlyListRoutedEventAll routed events registered with the provided type.