Share via


TextContentChangingEventArgs.Canceled Property

Definition

Determines whether the edit transaction has been canceled.

public:
 property bool Canceled { bool get(); };
public:
 property bool Canceled { bool get(); };
public bool Canceled { get; }
member this.Canceled : bool
Public ReadOnly Property Canceled As Boolean

Property Value

true if the edit transaction was canceled, otherwise false.

Applies to