[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Schedule.ReminderRemove

ReminderRemove Event

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

Namespace: C1.Win.Schedule
Assembly: C1.Win.Schedule.8.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 C1.Schedule.ReminderCollection collection by any of the following means:

  • The C1.Schedule.ReminderCollection's Remove method.
  • The C1.Schedule.Reminder.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.