MapMouseEventArgs
Wisej.Web.Ext.GoogleMaps.MapMouseEventArgs
Namespace: Wisej.Web.Ext.GoogleMaps
Assembly: Wisej.Web.Ext.GoogleMaps (3.2.0.0)
Provides data for the MapClick and the MapDoubleClick event.
Constructors
Initializes an instance of the MouseEventArgs class.
Name | Type | Description |
---|---|---|
e | The event data from the client. |
Properties
MouseButtons: Returns which mouse button was pressed.
LatLng: The coordinates of the click.
String: The ID of the clicked marker. Null if the click landed on the map outside of a marker.
Last updated