Version

ClientControlClientEventsBase Class Members

The following tables list the members exposed by ClientControlClientEventsBase.

Protected Fields
 NameDescription
Protected FieldNumberOfProperties  
Public Properties
 NameDescription
Public PropertyIsEmptyOverridden. Checks if all properties have default values.  
Protected Properties
 NameDescription
Protected PropertyHasViewStateReturns true if ViewState has been initialized (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected PropertyViewStateReturns a StateBag for the ViewState (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Public Methods
 NameDescription
Public MethodToStringString formatted for visual designer.  
Protected Methods
 NameDescription
Protected MethodAddNamesAdd additional properties the base ClientEvents.  
Protected MethodGetClientEventNameListGet list of property names which should be used on client.  
Protected MethodGetPropertyGet value of a property.  
Protected MethodLoadViewStateLoad data modified at run time. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodOnPropertyChangeOverloaded. Virtual method that is called whenever a server state property within the object has been changed. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodSaveViewStateSave data modified at run time. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodSetPropertySet value of a property with validation for illegal characters.  
Protected MethodSetValueOverloaded. Sets an object value so that it is maintained in viewstate (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodToOptionOverridden. Returns a string of concatenated events to be put into the widget options.  
Protected MethodTrackViewStateEnables view state tracking for sub-objects (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
See Also