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