RoutedEvent Class

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

Properties

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

Methods