[]
        
(Showing Draft Content)

C1.Schedule.ReminderCollection.ReminderRemove

ReminderRemove Event

Occurs when a Reminder object has been removed from the collection.

Namespace: C1.Schedule
Assembly: C1.ScheduleCore.dll
Syntax
public event EventHandler<ReminderEventArgs> ReminderRemove
Returns
Type Description
EventHandler<ReminderEventArgs> Occurs when a object has been removed from the collection.
Remarks

A reminder can be removed from the Reminders collection by any of the following means: - The Reminders collection's Remove method. - The Reminder object's Dismiss method. - When the user clicks the Dismiss button. - When a user turns off a meeting reminder from within the associated item. - When a user deletes an item that contains a reminder.