Occurs when a reminder set on an appointment fires, before the Reminders dialog will be shown on a screen or activated.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public event EventHandler<ReminderActionEventArgs> ReminderFire
Visual Basic
Public Event ReminderFire As EventHandler(Of ReminderActionEventArgs)

Remarks

Use this event to implement your own reaction on this event, instead of activating a standard Reminders window.

To prevent activating a standard window, set the e.Handled event argument to True.

See Also