aspnet-devexpress-dot-web-cecaec43.md
Contains a list of the client-side events available for the ASPxHiddenField.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class HiddenFieldClientSideEvents :
CallbackClientSideEventsBase
Public Class HiddenFieldClientSideEvents
Inherits CallbackClientSideEventsBase
The following members return HiddenFieldClientSideEvents objects:
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.
Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents CallbackClientSideEventsBase HiddenFieldClientSideEvents
See Also