menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SunburstSelectionChangedEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SunburstSelectionChangedEventArgs

    Represents the selection changed event arguments.

    Inheritance
    System.Object
    SunburstSelectionChangedEventArgs
    Namespace: Syncfusion.SfSunburstChart.Android
    Assembly: Syncfusion.SfSunburstChart.Android.dll
    Syntax
    public class SunburstSelectionChangedEventArgs : EventArgs

    Constructors

    SunburstSelectionChangedEventArgs()

    Declaration
    public SunburstSelectionChangedEventArgs()

    Properties

    IsSelected

    Gets a value indicating whether the segment is selected or not.

    Declaration
    public bool IsSelected { get; }
    Property Value
    Type
    System.Boolean

    SelectedSegment

    Gets the selected segment.

    Declaration
    public SunburstSegment SelectedSegment { get; }
    Property Value
    Type
    SunburstSegment
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved