TextContentChangingEventArgs.Canceled Property

Determines whether the edit transaction has been canceled.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Public Property Canceled As Boolean
public bool Canceled { get; private set; }
public:
property bool Canceled {
    bool get ();
    private: void set (bool value);
}
member Canceled : bool with get, private set
function get Canceled () : boolean
private function set Canceled (value : boolean)

Property Value

Type: System.Boolean
true if the edit transaction was canceled, otherwise false.

.NET Framework Security

See Also

Reference

TextContentChangingEventArgs Class

Microsoft.VisualStudio.Text Namespace