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
'Déclaration
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.