MapMouseEventArgs
Namespace: Wisej.Web.Ext.GoogleMaps
Assembly: Wisej.Web.Ext.GoogleMaps
Provides data for the MapClick and the MapDoubleClick event.
- C#
- VB.NET
public class MapMouseEventArgs : EventArgs
Public Class MapMouseEventArgs
Inherits EventArgs
Constructors
MapMouseEventArgs(e)
Initializes an instance of the MouseEventArgs class.
| Name | Type | Description |
|---|---|---|
| e | WidgetEventArgs | The event data from the client. |
Properties
Button
MouseButtons: Returns which mouse button was pressed.
Location
LatLng: The coordinates of the click.
Marker
String: The ID of the clicked marker. Null if the click landed on the map outside of a marker.