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


In This Topic
Cancel Property (SelectionChangingEventArgs)
In This Topic
Gets or sets whether the selection action should be cancelled.
Syntax
'Declaration
 
Public Property Cancel As Boolean
 
'Usage
 
Dim instance As SelectionChangingEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
See Also