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> |