The following tables list the members exposed by ClientControlClientEventsBase.
| Name | Description | |
|---|---|---|
![]() | NumberOfProperties |
| Name | Description | |
|---|---|---|
![]() | IsEmpty | Overridden. Checks if all properties have default values. |
| Name | Description | |
|---|---|---|
![]() | HasViewState | Returns true if ViewState has been initialized (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) |
![]() | ViewState | Returns a StateBag for the ViewState (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) |
| Name | Description | |
|---|---|---|
![]() | ToString | String formatted for visual designer. |
| Name | Description | |
|---|---|---|
![]() | AddNames | Add additional properties the base ClientEvents. |
![]() | GetClientEventNameList | Get list of property names which should be used on client. |
![]() | GetProperty | Get value of a property. |
![]() | LoadViewState | Load data modified at run time. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) |
![]() | OnPropertyChange | Overloaded. Virtual method that is called whenever a server state property within the object has been changed. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) |
![]() | SaveViewState | Save data modified at run time. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) |
![]() | SetProperty | Set value of a property with validation for illegal characters. |
![]() | SetValue | Overloaded. Sets an object value so that it is maintained in viewstate (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) |
![]() | ToOption | Overridden. Returns a string of concatenated events to be put into the widget options. |
![]() | TrackViewState | Enables view state tracking for sub-objects (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) |