RemindersFormDefaultActionEventArgs Properties
Provides data for the SchedulerControl.RemindersFormDefaultAction event.| Name | Description |
|---|---|
| AlertNotifications | Gets any reminders currently triggered. Inherited from ReminderEventArgs. |
| Cancel | Gets or sets whether the Reminders Form closing is canceled or not. |
| Handled | Gets or sets whether an event was handled, if it was handled the default actions are not required. |
See Also