Class MarkerDragEndEventArgs
Provides information about the OnMarkerDragEnd event.
Inherited Members
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MarkerDragEndEventArgs : MarkerDragStartEventArgs
Constructors
MarkerDragEndEventArgs()
Declaration
public MarkerDragEndEventArgs()
Properties
Data
Gets or sets the data for the current marker from the entire data source.
Declaration
public Dictionary<string, object> Data { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | An instance of the marker data from the entire data source. |
Remarks
You can get the marker data from the data source on which the marker drag and drop is performed.