Back to Devexpress

CustomCallbackClientSideEvents Class

aspnet-devexpress-dot-web-dot-aspxgauges-128de860.md

latest2.2 KB
Original Source

CustomCallbackClientSideEvents Class

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

Declaration

csharp
public class CustomCallbackClientSideEvents :
    ClientSideEvents
vb
Public Class CustomCallbackClientSideEvents
    Inherits 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

IStateManager

Inheritance

Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents CustomCallbackClientSideEvents

See Also

Callbacks

CustomCallbackClientSideEvents Members

DevExpress.Web.ASPxGauges Namespace