Property Cancel
Cancel
When set to true, this event will be canceled.
public bool Cancel { get; set; }
Property Value
Remarks
If IsCancelable is False, setting this value to True will cause an InvalidOperationException to be thrown.
When set to true, this event will be canceled.
public bool Cancel { get; set; }
If IsCancelable is False, setting this value to True will cause an InvalidOperationException to be thrown.