menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MarkerDragEndEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MarkerDragEndEventArgs

    Provides information about the OnMarkerDragEnd event.

    Inheritance
    System.Object
    MapsBaseEventArgs
    MarkerDragStartEventArgs
    MarkerDragEndEventArgs
    Inherited Members
    MapsBaseEventArgs.Cancel
    MarkerDragStartEventArgs.DataIndex
    MarkerDragStartEventArgs.Latitude
    MarkerDragStartEventArgs.LayerIndex
    MarkerDragStartEventArgs.Longitude
    MarkerDragStartEventArgs.MarkerIndex
    MarkerDragStartEventArgs.X
    MarkerDragStartEventArgs.Y
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved