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