RoutedEvent<TEventArgs> Class

Namespace
Avalonia.Interactivity
Base Types
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

Properties

Name Value Summary
EventArgsType Type
Inherited from RoutedEvent
HasRaisedSubscriptions bool
Inherited from RoutedEvent
Name string
Inherited from RoutedEvent
OwnerType Type
Inherited from RoutedEvent
Raised IObservable<(object, RoutedEventArgs)>
Inherited from RoutedEvent
RouteFinished IObservable<RoutedEventArgs>
Inherited from RoutedEvent
RoutingStrategies RoutingStrategies
Inherited from RoutedEvent

Methods