VectorMapViewerClientSideEvents Properties
Contains a list of the client-side events available for the vector map viewer control.Name | Description |
---|---|
AreaClicked | Specifies the name of the JavaScript function or the entire code which is executed when the vector map area is clicked. |
BeforeInitialize | Specifies the name of the JavaScript function or the entire code which is executed before vector map is initialized. |
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 vector 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 vector map is clicked. |
MarkerClicked | Specifies the name of the JavaScript function or the entire code which is executed when the vector map marker is clicked. |
See Also