TextChangedEventArgs(RoutedEvent) Constructor

Initializes a new instance of the TextChangedEventArgs class.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public TextChangedEventArgs(
	RoutedEvent? routedEvent
)

Parameters

routedEvent  RoutedEvent
The routed event associated with these event args.

See Also