Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

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