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

MapViewerClientSideEvents Properties

Contains a list of the client-side events available for the map viewer control.
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.
Customize Specifies the name of the JavaScript function or the entire code which customizes the map viewer control.
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.
MapClicked Specifies the name of the JavaScript function or the entire code which is executed when the map is clicked.
MarkerClicked Specifies the name of the JavaScript function or the entire code which is executed when the map marker is clicked.
See Also