Skip to main content
A newer version of this page is available. .

CustomCallbackClientSideEvents Class

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

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v19.1.dll

Declaration

public class CustomCallbackClientSideEvents :
    ClientSideEvents

The following members return CustomCallbackClientSideEvents objects:

Remarks

The CustomCallbackClientSideEvents class contains properties corresponding to the client-side events specific to an ASPxClientGaugeControl object. Property names represent the names of the available client events.

Each property of this type provides the ability to assign an appropriate JavaScript handler function to the corresponding client-side event of the ASPxGaugeControl.

A CustomCallbackClientSideEvents object is automatically created when a server-side ASPxGaugeControl object is being initialized.

Implements

See Also