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


In This Topic
Cancellable Property
In This Topic
Gets a value indicating whether the associated event is cancellable.
Syntax
'Declaration
 
Public ReadOnly Property Cancellable As Boolean
 
'Usage
 
Dim instance As CancelEventArgs
Dim value As Boolean
 
value = instance.Cancellable
See Also