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