Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 678 Bytes

richeditboxtextchangingeventargs_iscontentchanging.md

File metadata and controls

25 lines (16 loc) · 678 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.RichEditBoxTextChangingEventArgs.IsContentChanging
winrt property

Windows.UI.Xaml.Controls.RichEditBoxTextChangingEventArgs.IsContentChanging

-description

Gets a value that indicates whether the event occured 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