'Declaration Public Event BeforeReminderShow As CancelReminderEventHandler
public event CancelReminderEventHandler BeforeReminderShow
Event Data
The event handler receives an argument of type CancelReminderEventArgs containing data related to this event. The following CancelReminderEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Set to true to cancel the operation. |
Reminder | Gets the reminder which the event was raised for. |
See Also