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

ChartDesignerClientSideEvents Properties

Contains a list of the client-side events available for the Chart Designer.
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. Inherited from CallbackClientSideEventsBase.
CallbackError Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event. Inherited from CallbackClientSideEventsBase.
CustomizeMenuActions Gets or sets the source code of the ASPxClientChartDesigner.CustomizeMenuActions event handler.
EndCallback Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event. Inherited from CallbackClientSideEventsBase.
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.
SaveCommandExecute Gets or sets the source code of the ASPxClientChartDesigner.SaveCommandExecute event handler.
See Also