Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / SelectionChangingEventArgs Class / Cancel Property

In This Topic
    Cancel Property (SelectionChangingEventArgs)
    In This Topic
    Cancel the Selection operation.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also