RoutedEventRegistryGetRegistered Method

Overload List

GetRegistered(Type) 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.
GetRegisteredTOwner 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.

See Also