ICancelEventArgs.Cancel Property

Gets or sets a value that indicates whether an operation was canceled.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Property Cancel As Boolean
'Usage
Dim instance As ICancelEventArgs 
Dim value As Boolean 

value = instance.Cancel

instance.Cancel = value
bool Cancel { get; set; }
property bool Cancel {
    bool get ();
    void set (bool value);
}
function get Cancel () : boolean 
function set Cancel (value : boolean)

Property Value

Type: System.Boolean
true if an operation was canceled; otherwise, false.

.NET Framework Security

See Also

Reference

ICancelEventArgs Interface

ICancelEventArgs Members

Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop Namespace