Skip to main content

CustomCallbackClientSideEvents Properties

Contains a list of client-side events available for the ASPxGaugeControl.
Name Description
BeginCallback Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event.
CallbackError Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event.
EndCallback Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event.
Init Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents.
See Also