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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public event EventHandler<ReminderActionEventArgs> ReminderFire
Visual Basic (Declaration)
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