Class ShapeSelectedEventArgs
Provides event data for the SelectionChanged event.
Inheritance
System.Object
ShapeSelectedEventArgs
Namespace: Syncfusion.Maui.Maps
Assembly: Syncfusion.Maui.Maps.dll
Syntax
public class ShapeSelectedEventArgs : EventArgs
Constructors
ShapeSelectedEventArgs()
Declaration
public ShapeSelectedEventArgs()
Properties
DataItem
Gets the item of the selected segment.
Declaration
public object DataItem { get; }
Property Value
Type | Description |
---|---|
System.Object | The selected item. |
IsSelected
Gets a value indicating whether the current segment is selected or not.
Declaration
public bool IsSelected { get; }
Property Value
Type | Description |
---|---|
System.Boolean | The item selection status. |