Skip to main content
Tab

HiddenFieldClientSideEvents Class

Contains a list of the client-side events available for the ASPxHiddenField.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class HiddenFieldClientSideEvents :
    CallbackClientSideEventsBase

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

See Also