Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / CancelReminderEventArgs Class / Cancel Property

In This Topic
    Cancel Property (CancelReminderEventArgs)
    In This Topic
    Set to true to cancel the operation.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also