RoutedEventArgs(RoutedEvent) Constructor
Initializes a new instance of the RoutedEventArgs class.
Definition
Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public RoutedEventArgs(
RoutedEvent? routedEvent
)
Public Sub New (
routedEvent As RoutedEvent
)
new :
routedEvent : RoutedEvent -> RoutedEventArgs
Parameters
- RoutedEvent
- The routed event associated with these event args.
See Also
Reference
RoutedEventArgs Class
RoutedEventArgs Overload
Avalonia.Interactivity Namespace