Skip to main content

RoutedEventArgs(RoutedEvent, Object) Constructor

Initializes a new instance of the RoutedEventArgs class.

Definition

Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public RoutedEventArgs(
RoutedEvent? routedEvent,
Object? source
)

Parameters

  RoutedEvent
The routed event associated with these event args.
  Object
The source object that raised the routed event.

See Also

Reference

RoutedEventArgs Class
RoutedEventArgs Overload
Avalonia.Interactivity Namespace