Description
Returns true if the object is currently in the middle of a Cancel() call (that is, an open is being canceled and all changes made are being rolled back).
Visual Basic
Public Property IsCancelling() As bool
C#
public bool IsCancelling;
Conditions
Read-only