CancelReminderEventHandler Delegate
Delegate for handling the cancelable event involving a single
Reminder object.
'Declaration
Public Delegate Sub CancelReminderEventHandler( _
ByVal As System.Object, _
ByVal As CancelReminderEventArgs _
)
Parameters
- sender
- The source of the event.
- e
- The CancelReminderEventArgs that contains the event data.