Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Forms.Commands Namespace > ProgressEventArgs Class : Cancel Property |
public bool Cancel {get; set;}
'Declaration Public Property Cancel As Boolean
'Usage Dim instance As ProgressEventArgs Dim value As Boolean instance.Cancel = value value = instance.Cancel
If State is ProcessState.WillProcess and Cancel is to true then processing skips to next field type.
If State is not ProcessState.WillProcess and we set Cancel to true then the process will be canceled. Any remaining fields will not processed.