TextContentChangingEventArgs.Canceled Özellik

Tanım

Düzenleme işleminin iptal edilip edilmeyeceğini belirler.

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

Özellik Değeri

Boolean

düzenleme işlemi iptal edildiyse true, aksi takdirde false.

Şunlara uygulanır