HiddenFieldClientSideEvents Class
Contains a list of the client-side events available for the ASPxHiddenField.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return HiddenFieldClientSideEvents objects:
Remarks
The HiddenFieldClientSideEvents class contains properties corresponding to the client-side events specific to a client ASPxClientHiddenField object. Property names represent the names of the available client events.
Each property of this type provides the capability to assign an appropriate JavaScript handler function to the corresponding client-side event of the ASPxHiddenField.
A HiddenFieldClientSideEvents object is automatically created when a server-side ASPxHiddenField object is being initialized.
Implements
Inheritance
Object
StateManager
PropertiesBase
ClientSideEventsBase
ClientSideEvents
CallbackClientSideEventsBase
HiddenFieldClientSideEvents
See Also