Summary
Tracks registered
RoutedEvent
s.
- Namespace
- Avalonia
.Interactivity - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["RoutedEventRegistry"]
class Type type-node
Syntax
public class RoutedEventRegistry
Properties
Name | Value | Summary |
---|---|---|
Instance | RoutedEventRegistry |
Gets the
RoutedEventRegistry instance.
static
|
Methods
Name | Value | Summary |
---|---|---|
GetAllRegistered |
IEnumerable |
Returns all routed events, that are currently registered in the event registry.
|
GetRegistered |
IReadOnlyList |
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.
|
GetRegistered |
IReadOnlyList |
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.
|
Register |
void |
Registers a
RoutedEvent on a type.
|