alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ShapeSelectedEventArgs

    Class which represent the shape selected event arguments.

    Inheritance
    System.Object
    ShapeSelectedEventArgs
    Namespace: Syncfusion.Windows.Forms.Maps
    Assembly: Syncfusion.Maps.Windows.dll
    Syntax
    public class ShapeSelectedEventArgs : Object

    Constructors

    ShapeSelectedEventArgs()

    Declaration
    public ShapeSelectedEventArgs()

    Properties

    Data

    Gets or sets the data of the map.

    Declaration
    public List<object> Data { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.Object>

    ShapeData

    Gets or sets the shape data of the map.

    Declaration
    public List<object> ShapeData { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.Object>
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved