Table of Contents

Class TextChangedEventArgs

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

Provides data specific to a TextChanged event.

public class TextChangedEventArgs : RoutedEventArgs
Inheritance
TextChangedEventArgs
Inherited Members

Constructors

TextChangedEventArgs(RoutedEvent?)

Initializes a new instance of the TextChangedEventArgs class.

public TextChangedEventArgs(RoutedEvent? routedEvent)

Parameters

routedEvent RoutedEvent

The routed event associated with these event args.

TextChangedEventArgs(RoutedEvent?, Interactive?)

Initializes a new instance of the TextChangedEventArgs class.

public TextChangedEventArgs(RoutedEvent? routedEvent, Interactive? source)

Parameters

routedEvent RoutedEvent

The routed event associated with these event args.

source Interactive

The source object that raised the routed event.