Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 649 Bytes

textboxtextchangingeventargs_iscontentchanging.md

File metadata and controls

24 lines (16 loc) · 649 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.TextBoxTextChangingEventArgs.IsContentChanging
winrt property

Microsoft.UI.Xaml.Controls.TextBoxTextChangingEventArgs.IsContentChanging

-description

Gets a value that indicates whether the event occurred due to a change in the text content.

-property-value

true if a change to the text content caused the event; otherwise, false.

-remarks

This event is fired for a format or content change. The IsContentChanging property helps to distinguish when text content is changing.

-see-also

-examples