RoutedEventRegistry Class

Tracks registered RoutedEvents.

Definition

Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public class RoutedEventRegistry
Inheritance
Object    RoutedEventRegistry

Properties

Instance Gets the RoutedEventRegistry instance.

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetAllRegistered Returns all routed events, that are currently registered in the event registry.
GetHashCodeServes as the default hash function.
(Inherited from Object)
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.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Register(Type, RoutedEvent) Registers a RoutedEvent on a type.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also