TextChangingEventArgs(RoutedEvent) Constructor
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public TextChangingEventArgs(
RoutedEvent? routedEvent
)
Public Sub New (
routedEvent As RoutedEvent
)
new :
routedEvent : RoutedEvent -> TextChangingEventArgs
Parameters
- routedEvent RoutedEvent
- The routed event associated with these event args.