MindFusion.Wpf Pack Programmer's Guide
Appointment.Reminder Property
See Also
 





Gets or sets the reminder for this appointment.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public override Reminder Reminder { get; set; }

Visual Basic  Copy Code

Public Overrides Property Reminder As Reminder

 Property Value

An instance of the Reminder class.

 Remarks

If the reminder type is Exact, the ItemReminderTriggered event is raised at the time set in the reminder's Time property. If the reminder type is Leading, the ItemReminderTriggered event is raised certain amount of time prior to the item's StartTime, as specified in the reminder's TimeInterval property.

 Note

Recurring items cannot have leading reminders.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace