ComponentOne Scheduler for WinForms
ReminderRemove Event

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : ReminderRemove Event
Occurs when a C1.C1Schedule.Reminder object has been removed from the collection.
Syntax
'Declaration
 
Public Event ReminderRemove As System.EventHandler(Of ReminderEventArgs)
public event System.EventHandler<ReminderEventArgs> ReminderRemove
Event Data

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

PropertyDescription
Gets the reminder which the event was raised for.  
Remarks
A reminder can be removed from the C1.C1Schedule.ReminderCollection collection by any of the following means:
See Also