menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeSelectedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved