Version

InitializeActivityEventArgs Class

Event arguments describing an Activity that has been fetched from the database.
Syntax
'Declaration
 
Public Class InitializeActivityEventArgs 
   Inherits System.EventArgs
public class InitializeActivityEventArgs : System.EventArgs 
Remarks

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

InitializeActivity
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