TextBoxTextChanging Event

Occurs synchronously when text starts to change but before it is rendered.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public event EventHandler<TextChangingEventArgs> TextChanging

Value

EventHandlerTextChangingEventArgs

Remarks

This event occurs just after the Text property value has been updated.

See Also