Version

InitializeRecurrenceEventArgs Class

Event arguments describing a Recurrence that has been fetched from the database.
Syntax
'Declaration
 
Public Class InitializeRecurrenceEventArgs 
   Inherits System.EventArgs
public class InitializeRecurrenceEventArgs : System.EventArgs 
Remarks

Developers who have added an InitializeRecurrenceEventHandler to the InitializeRecurrence event of their WebSchedule data provider will receive an instance of InitializeRecurrenceEventArgs each time this event fires. This allows to application an opportunity to further initialize the Recurrence shortly after it has been retrieved and added to it's parent collection.

InitializeRecurrence
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