C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / CancelReminderEventHandler Delegate
The source of the event.
The CancelReminderEventArgs that contains the event data.

In This Topic
CancelReminderEventHandler Delegate
In This Topic
Delegate for handling the cancelable event involving a single Reminder object.
Syntax
'Declaration
 
Public Delegate Sub CancelReminderEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As CancelReminderEventArgs _
) 
 

Parameters

sender
The source of the event.
e
The CancelReminderEventArgs that contains the event data.
See Also