Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MarkerClickEventArgs

    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
    MarkerMoveEventArgs.Data
    MarkerMoveEventArgs.Latitude
    MarkerMoveEventArgs.Longitude
    MarkerMoveEventArgs.Target
    MarkerMoveEventArgs.X
    MarkerMoveEventArgs.Y
    MarkerMoveEventArgs.IsTouch
    MapsBaseEventArgs.Cancel
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved