CustomCallbackClientSideEvents Class
Contains a list of client-side events available for the ASPxGaugeControl.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.1.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
Related API Members
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.