Version

ActivityEventArgs Class Members

The following tables list the members exposed by ActivityEventArgs.

Public Constructors
 NameDescription
Public ConstructorActivityEventArgs ConstructorConstructs an ActivityEventArgs object.  
Public Properties
 NameDescription
Public PropertyActivityThe Activity object associated with the event.  
Public PropertySourceA string Id that identifies the caller of the method that invoked the event. In most cases the Id will contain the Id of the UI control that invoked the triggering method on WebScheduleInfo. This parameter is optional and may be null.  
See Also