WorkspaceCancelEventArgs.Cancel Property
Gets or sets a value indicating whether the event should be canceled.
Namespace: Microsoft.Practices.CompositeUI.SmartParts
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Public Property Cancel As Boolean
'Usage
Dim instance As WorkspaceCancelEventArgs
Dim value As Boolean
value = instance.Cancel
instance.Cancel = value
public bool Cancel { get; set; }
public:
property bool Cancel {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_Cancel ()
/** @property */
public void set_Cancel (boolean value)
public function get Cancel () : boolean
public function set Cancel (value : boolean)
See Also
Reference
WorkspaceCancelEventArgs Class
WorkspaceCancelEventArgs Members
Microsoft.Practices.CompositeUI.SmartParts Namespace