Defines the command that dismisses reminders.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public static readonly RoutedCommand DismissCommand
Visual Basic (Declaration)
Public Shared ReadOnly DismissCommand As RoutedCommand

Remarks

Command parameter is one of the next values:

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

See Also