Version

ActivityRecurrenceChooserDialogDisplaying Event

Raised before the dialog that allows the end user to choose between dealing with the series or occurrence of a recurring activity is displayed.
Syntax
'Declaration
 
Public Event ActivityRecurrenceChooserDialogDisplaying As EventHandler(Of ActivityRecurrenceChooserDialogDisplayingEventArgs)
public event EventHandler<ActivityRecurrenceChooserDialogDisplayingEventArgs> ActivityRecurrenceChooserDialogDisplaying
Event Data

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

PropertyDescription
Activity (Inherited from Infragistics.Controls.Schedules.ActivityEventArgs)The activity for which the operation is being performed.
ChooserAction Returns or sets the action that should be taken by the object initiating the event.
ChooserType Returns an enumeration indicating the type of operation to be performed on the occurrence/series.
Remarks

ActivityRecurrenceChooserDialogDisplaying event is raised before the Infragistics.Controls.Schedules.Primitives.ActivityRecurrenceChooserDialog is displayed. The dialog allows the end user to choose whether to affect the occurrence or the series of a recurring activity. The ActivityRecurrenceChooserDialogDisplayingEventArgs.ChooserAction may be set to cancel the operation or to explicitly use the series or occurrence without prompting the user.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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