Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionChangedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionChangedEventArgs

    Represents the SelectionChangedEventArgs.This event will be fired when selection changed and to get the selected segment properties.

    Inheritance
    System.Object
    SelectionChangedEventArgs
    Namespace: Syncfusion.SfSunburstChart.XForms
    Assembly: Syncfusion.SfSunburstChart.XForms.dll
    Syntax
    public class SelectionChangedEventArgs : EventArgs

    Constructors

    SelectionChangedEventArgs()

    Declaration
    public SelectionChangedEventArgs()

    Properties

    IsSelected

    Gets or sets a value indicating whether the segment is selected or not for sunburst chart.

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

    SelectedSegment

    Gets or sets the selected segment for the sunburst chart.

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