Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / NavigatorDeletingEventArgs Class / Cancel Property

In This Topic
    Cancel Property (NavigatorDeletingEventArgs)
    In This Topic
    This argument is False by default. If you set it to True in your event code, the navigator control will abort deleting.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also