ComponentOne Basic Library for WPF and Silverlight
Cancel Property (SelectionChangingEventArgs)


C1.WPF Namespace > SelectionChangingEventArgs Class : Cancel Property
Cancel the Selection operation.
Syntax
'Declaration
 
Public Property Cancel As System.Boolean
'Usage
 
Dim instance As SelectionChangingEventArgs
Dim value As System.Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public System.bool Cancel {get; set;}
See Also

Reference

SelectionChangingEventArgs Class
SelectionChangingEventArgs Members