MarkerDragEventArgs
Namespace: Wisej.Web.Ext.GoogleMaps
Assembly: Wisej.Web.Ext.GoogleMaps
Provides data for the MarkerDragStart and the MarkerDragEnd event.
- C#
- VB.NET
public class MarkerDragEventArgs : EventArgs
Public Class MarkerDragEventArgs
Inherits EventArgs
Constructors
MarkerDragEventArgs(e)
Initializes an instance of the MarkerDragEventArgs class.
| Name | Type | Description |
|---|---|---|
| e | WidgetEventArgs | The event data from the client. |
Properties
Location
LatLng: The coordinates of the marker.
Marker
String: The ID of the clicked marker that was dragged.
Position
Point: The position of the marker in pixels.