Gets or sets a value indicating whether the change of the document should be performed. If the property value is true, which is the default value, the operation is canceled. If the property value is false, the document is changed.

Syntax

public bool Cancel { get; set; }
Public Property Cancel() As Boolean