ComponentOne Xamarin.Android
Cancel Property (CancelEventArgs)


C1.CollectionView Assembly > C1.CollectionView Namespace > CancelEventArgs Class : Cancel Property
Gets or sets a value indicating whether this CancelEventArgs is cancelled.
Syntax
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As CancelEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public bool Cancel {get; set;}
See Also

Reference

CancelEventArgs Class
CancelEventArgs Members