Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionChangingEventArgs

    Show / Hide Table of Contents

    Class SelectionChangingEventArgs

    Represents ChipGroup SelectionChangingEventArgs arguments.

    Inheritance
    System.Object
    SelectionChangingEventArgs
    Namespace: Syncfusion.Buttons.XForms.SfChip
    Assembly: Syncfusion.Buttons.XForms.dll
    Syntax
    public class SelectionChangingEventArgs : EventArgs
    Remarks

    It contains information about selected chip and index.

    Constructors

    SelectionChangingEventArgs()

    Declaration
    public SelectionChangingEventArgs()

    Properties

    AddedItem

    Gets the value of the currently added item.

    Declaration
    public object AddedItem { get; }
    Property Value
    Type Description
    System.Object

    Cancel

    Gets or sets a value indicating whether the selection should be canceled or not.

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

    RemovedItem

    Gets the value of the currently removed item.

    Declaration
    public object RemovedItem { get; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved