menu

WinForms

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

    Show / Hide Table of Contents

    Class ShapeSelectedEventArgs

    Class which represent the shape selected event arguments.

    Inheritance
    System.Object
    ShapeSelectedEventArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Maps
    Assembly: Syncfusion.Maps.Windows.dll
    Syntax
    public class ShapeSelectedEventArgs

    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 - 2025 Syncfusion Inc. All Rights Reserved