C1.Silverlight.Schedule.5
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
HandledGets or sets a value that indicates the present state of the event handling.  
OriginalSource (Inherited from System.Windows.RoutedEventArgs)
ReminderGets a Reminder object.  
See Also

Reference

C1Scheduler Class
C1Scheduler Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.