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