The CancelReminderEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CancelReminderEventArgs |
Initializes a new instance of the CancelReminderEventArgs
class with the specified Reminder object.
|
Properties
| Name | Description | |
|---|---|---|
| Cancel |
Set to true to cancel the operation.
| |
| Reminder |
Gets the reminder which the event was raised for.
|