Skip to main content

CancelRoutedEventArgs(RoutedEvent, Object) Constructor

Initializes a new instance of the CancelRoutedEventArgs class.

Definition

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

public CancelRoutedEventArgs(
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

CancelRoutedEventArgs Class
CancelRoutedEventArgs Overload
Avalonia.Interactivity Namespace