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


In This Topic
Cancel Property (ChildControlEventArgs)
In This Topic
Gets or sets whether to cancel the event action.
Syntax
'Declaration
 
Public Property Cancel As Boolean
 
'Usage
 
Dim instance As ChildControlEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
See Also