[]
Occurs when a Reminder object has been removed from the collection.
public event EventHandler<ReminderEventArgs> ReminderRemove
Type | Description |
---|---|
EventHandler<ReminderEventArgs> | Occurs when a object has been removed from the collection. |
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.