RichEditBoxTextChangingEventArgs.IsContentChanging Property

Definition

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

public:
 property bool IsContentChanging { bool get(); };
bool IsContentChanging();
public bool IsContentChanging { get; }
var boolean = richEditBoxTextChangingEventArgs.isContentChanging;
Public ReadOnly Property IsContentChanging As Boolean

Property Value

Boolean

bool

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

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Remarks

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

Applies to