[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.ReminderFire

ReminderFire Event

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

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.dll
Syntax
public event EventHandler<ReminderActionEventArgs> ReminderFire
Returns
Type Description
EventHandler<ReminderActionEventArgs> Occurs when a reminder set on an appointment fires, before the Reminders dialog will be shown on a screen or activated.
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.