Version

WebScheduleInfoClientEvents Class Members

The following tables list the members exposed by WebScheduleInfoClientEvents.

Public Properties
 NameDescription
Public PropertyActiveDayChangedClientside event fired after the ActiveDay changed  
Public PropertyActiveDayChangingClientside event fired prior to the ActiveDay changing  
Public PropertyActiveResourceChangedClientside event fired after the active resource has been changed.  
Public PropertyActiveResourceChangingClientside event fired before changing of active resource.  
Public PropertyActivityAddingClientside event fired after AddAppointmentDialog closes.  
Public PropertyActivityDeletingClientside event fired prior to an Activity being deleted.  
Public PropertyActivityDialogEditClientside event fired before AddAppointment dialog closes.  
Public PropertyActivityDialogOpeningClientside event fired before the AddAppointmentDialog opens.  
Public PropertyActivityUpdatingClientside event fired after the AddAppointment dialog has been displayed.  
Public PropertyIsEmptyCheck if object contains only default values. (Inherited from Infragistics.WebUI.WebControls.SmartClientEvents)
Public PropertyReminderDialogOpeningClientside event fired before the ReminderDialog opens.  
Protected Properties
 NameDescription
Protected PropertyEnableViewStateTurns on ViewState tracking for this WebObject (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected PropertyOwnerThe primary collection to which this object belongs. (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected PropertySubObjects (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected PropertyViewStateGets a dictionary of state information (StateBag) that allows you to save and restore the view state of a server control across multiple requests for the same page. (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Public Methods
 NameDescription
Public MethodGetValueOverloaded. Obtains a property value from ViewState based on the string id define as a constant in the derived class. (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Public MethodIsDirtyOverloaded. Public shortcut to check if object has had data changes (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Public MethodRenderRender events to client. (Inherited from Infragistics.WebUI.WebControls.SmartClientEvents)
Public MethodResetClears the values of all properties within the object and also clears the viewstate for the object (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Public MethodSetValueSets an object value so that it is maintained in viewstate (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Public MethodToStringString formatted for visual designer. (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected Methods
 NameDescription
Protected MethodCreateSubObject (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected MethodGetClientEventNameListOverridden. Return a list of names.  
Protected MethodGetSubObjectObtains a subobject reference based on the specified id value. SubObjects are automatically managed for ViewState (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected MethodIsAutoPostBackOverridden. Returns true if a client event with a particular name should be posted to the server.  
Protected MethodOnPropertyChangeVirtual method that is called whenever a property within the object has been changed. (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
Protected MethodSetSubObjectEstablishes a subobject in the SubObject hash collection. (Inherited from Infragistics.WebUI.Shared.WebObjectBase)
See Also