RichEditBoxTextChangingEventArgs Class

Definition

Provides event data for the RichEditBox.TextChanging event.

public ref class RichEditBoxTextChangingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RichEditBoxTextChangingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RichEditBoxTextChangingEventArgs
Public NotInheritable Class RichEditBoxTextChangingEventArgs
Inheritance
Object Platform::Object IInspectable RichEditBoxTextChangingEventArgs
Attributes

Remarks

An instance of this class is passed as a parameter to the TextChanging event handler.

Properties

IsContentChanging

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

Applies to

See also