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 data source.
Declaration
public Dictionary<string, object> Data { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | A dictionary containing key-value pairs of the marker's data context. |
Remarks
Provides access to the complete set of data attributes for the dragged marker.