ComponentOne Scheduler for WPF and Silverlight
ReminderSnooze Event (C1Scheduler)

C1.WPF.Schedule Namespace > C1Scheduler Class : ReminderSnooze Event
Occurs when a C1.C1Schedule.Reminder object is snoozed.
Syntax
'Declaration
 
Public Event ReminderSnooze As System.EventHandler(Of ReminderActionEventArgs)
public event System.EventHandler<ReminderActionEventArgs> ReminderSnooze
Event Data

The event handler receives an argument of type ReminderActionEventArgs containing data related to this event. The following ReminderActionEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
Gets a Reminder object.  
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
See Also