Version

ReminderDismissing Event

Fired bfore the Reminder is dismissed
Syntax
'Declaration
 
Public Event ReminderDismissing As ReminderDismissingEventHandler
public event ReminderDismissingEventHandler ReminderDismissing
Event Data

The event handler receives an argument of type CancelableReminderEventArgs containing data related to this event. The following CancelableReminderEventArgs properties provide information specific to this event.

PropertyDescription
ActivityStatus The new activity status after it has been dismissed
Cancel (Inherited from Infragistics.WebUI.WebSchedule.CancelableEventArgs)When set to true during the handling of the event, notifies the calling code that processing for the event should be discontinued and/or reversed so as to have no effect.
DataKey The DataKey of the Activity object associated with the event.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also