C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / CancelEventArgs Class / Cancel Property


In This Topic
Cancel Property (CancelEventArgs)
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 CancelEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
See Also