Share via


TextBox.BeforeTextChanging Event

Definition

Occurs synchronously when the text in the text box starts to change, but before the Text property is updated.

public event TypedEventHandler<TextBox,TextBoxBeforeTextChangingEventArgs> BeforeTextChanging;
<TextBox BeforeTextChanging="eventhandler"/>

Event Type

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Applies to

See also