Table of Contents

Class TextChangingEventArgs

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

Provides data specific to a TextChanging event.

public class TextChangingEventArgs : RoutedEventArgs
Inheritance
TextChangingEventArgs
Inherited Members

Constructors

TextChangingEventArgs(RoutedEvent?)

Initializes a new instance of the TextChangingEventArgs class.

public TextChangingEventArgs(RoutedEvent? routedEvent)

Parameters

routedEvent RoutedEvent

The routed event associated with these event args.

TextChangingEventArgs(RoutedEvent?, Interactive?)

Initializes a new instance of the TextChangingEventArgs class.

public TextChangingEventArgs(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.