[This is preliminary documentation and is subject to change.]

Gets value indicating if an OperationCanceledException is thrown when item operation is canceled in event handler.

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[BrowsableAttribute(false)]
public override sealed bool CancelError { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public Overrides NotOverridable ReadOnly Property CancelError As Boolean
	Get
Visual C++
[BrowsableAttribute(false)]
public:
virtual property bool CancelError {
	bool get () override sealed;
}
F#
[<BrowsableAttribute(false)>]
abstract CancelError : bool
[<BrowsableAttribute(false)>]
override CancelError : bool
JScript
override final function get CancelError () : boolean

See Also