[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.DismissCommand

DismissCommand Field

Defines the command that dismisses reminders.

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.dll
Syntax
public static readonly RoutedCommand DismissCommand
Public Shared ReadOnly DismissCommand As RoutedCommand
Returns
Type Description
RoutedCommand Defines the command that dismisses reminders.
Remarks

Command parameter is one of the next values:

  • IList of C1.Schedule.Reminder objects to dismiss
  • the C1.Schedule.Reminder object to dismiss
If command parameter is not specified, all active reminders will be dismissed.