ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / SelectionChangingEventArgs Class / Cancel Property

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