- Namespace
- Avalonia
.Interactivity - Base Types
-
- object
- Derived Types
graph BT
Type-->Base0["object"]
Type["RoutedEvent"]
class Type type-node
Derived0["RoutedEvent<TEventArgs>"]-->Type
click Derived0 "/api/Avalonia.Interactivity/RoutedEvent_1"
Syntax
public class RoutedEvent
Constructors
Name | Summary |
---|---|
RoutedEvent |
Properties
Name | Value | Summary |
---|---|---|
EventArgsType | Type | |
Has |
bool | |
Name | string | |
OwnerType | Type | |
Raised | IObservable |
|
RouteFinished | IObservable |
|
RoutingStrategies | RoutingStrategies |
Methods
Name | Value | Summary |
---|---|---|
AddClassHandler |
IDisposable | |
Register |
RoutedEvent |
static
|
Register |
RoutedEvent |
static
|