RoutedEventArgs(RoutedEvent, Object) 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,
	Object? source
)
Public Sub New ( 
	routedEvent As RoutedEvent,
	source As Object
)
new : 
        routedEvent : RoutedEvent * 
        source : Object -> RoutedEventArgs
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