C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRefreshEventArgs Class / Cancel Property


In This Topic
Cancel Property (GridRefreshEventArgs)
In This Topic
Gets or sets a value indicating whether the associated event should be canceled.
Syntax
'Declaration
 
Public Property Cancel As Boolean
 
'Usage
 
Dim instance As GridRefreshEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
See Also