[This is preliminary documentation and is subject to change.]
Boolean that determines whether the last operation has been cancelled be the user.
| C# | Visual Basic | Visual C++ |
public bool HasCancelledLastOperation { get; set; }
Public Property HasCancelledLastOperation As Boolean
public: property bool HasCancelledLastOperation { bool get (); void set (bool value); }