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