Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ErrorEventArgs Class / Cancel Property


In This Topic
Cancel Property (ErrorEventArgs)
In This Topic
Gets or sets whether to cancel default processing and throw exceptions or the EditError event.
Syntax
'Declaration
 
Public Property Cancel As Boolean
 
'Usage
 
Dim instance As ErrorEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
See Also