The CancelReminderEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodCancelReminderEventArgs
Initializes a new instance of the CancelReminderEventArgs class with the specified Reminder object.

Properties

  NameDescription
Public propertyCancel
Set to true to cancel the operation.
Public propertyReminder
Gets the reminder which the event was raised for.

See Also