Version 23.1 (latest)

WebScheduleInfo Class Events

For a list of all members of this type, see WebScheduleInfo members.

Public Events
 NameDescription
Public EventActiveDayChangedFired after the ActiveDayUtc property has changed.  
Public EventActiveDayChangingFired before the ActiveDayUtc property is changed  
Public EventActiveResourceChangedFired when the Active Resource has been changed  
Public EventActiveResourceChangingFired when Active Resource is about to change  
Public EventActivityAddedFired after the Activity has been added.  
Public EventActivityAddingFired before the Activity is added.  
Public EventActivityDeletedFired after the Activity is deleted.  
Public EventActivityDeletingFired before the Activity is deleted.  
Public EventActivityUpdatedFired after the Activity is updated.  
Public EventActivityUpdatingFired bfore the Activity is updated.  
Public EventDataBindingOccurs when the server control binds to a data source. (Inherited from System.Web.UI.Control)
Public EventDisposedOccurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. (Inherited from System.Web.UI.Control)
Public EventFrameIntervalChangingFired during data bind to notify listeners to set the FrameInterval value to a size that is adequate to display activities. The size depends on the number of days that are visible in the user interface.  
Public EventInitOccurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from System.Web.UI.Control)
Public EventLoadOccurs when the server control is loaded into the System.Web.UI.Page object. (Inherited from System.Web.UI.Control)
Public EventPreRenderOccurs after the System.Web.UI.Control object is loaded but prior to rendering. (Inherited from System.Web.UI.Control)
Public EventReminderDismissedFired after the Activity is updated.  
Public EventReminderDismissingFired bfore the Reminder is dismissed  
Public EventResourcesFetchedFired when Resources are fetched from underlying data source  
Public EventUnloadOccurs when the server control is unloaded from memory. (Inherited from System.Web.UI.Control)
Public EventVarianceAddedFired once the Variance instance is added  
Public EventVarianceAddingFired before the Variance is added.  
See Also