Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / DismissCommand Field

In This Topic
    DismissCommand Field (C1Scheduler)
    In This Topic
    Defines the command that dismisses reminders.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly DismissCommand As RoutedCommand
    public static readonly RoutedCommand DismissCommand
    Remarks

    Command parameter is one of the next values:

    If command parameter is not specified, all active reminders will be dismissed.

    See Also