menu

Blazor

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

    Show / Hide Table of Contents

    Class MarkerClickEventArgs

    Specifies the event arguments for marker click event in maps.

    Inheritance
    System.Object
    MapsBaseEventArgs
    MarkerMoveEventArgs
    MarkerClickEventArgs
    Inherited Members
    MapsBaseEventArgs.Cancel
    MarkerMoveEventArgs.Data
    MarkerMoveEventArgs.IsTouch
    MarkerMoveEventArgs.Latitude
    MarkerMoveEventArgs.Longitude
    MarkerMoveEventArgs.Target
    MarkerMoveEventArgs.X
    MarkerMoveEventArgs.Y
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MarkerClickEventArgs : MarkerMoveEventArgs

    Constructors

    MarkerClickEventArgs()

    Declaration
    public MarkerClickEventArgs()

    Properties

    Value

    Gets or sets the name for a marker.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    A string value representing the name or identifier associated with the marker.

    Remarks

    Useful for identifying or referring to the specific marker involved in the click event.

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