Class ShapeFileLayer.ShapeSelectedEventArgs
Represents the shape selected event args
Inheritance
System.Object
ShapeFileLayer.ShapeSelectedEventArgs
Namespace: Com.Syncfusion.Maps
Assembly: Syncfusion.SfMaps.Android.dll
Syntax
public class ShapeSelectedEventArgs : EventArgs
Constructors
ShapeSelectedEventArgs()
Declaration
public ShapeSelectedEventArgs()
Properties
IsSelected
Gets a value indicating whether shape file layer is selected
Declaration
public bool IsSelected { get; }
Property Value
Type |
---|
System.Boolean |
P0
Gets or sets the object of selected event
Declaration
public object P0 { get; set; }
Property Value
Type |
---|
System.Object |