menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ItemRemovedEventArgs

    Represents ChipGroup ItemRemovedEventArgs arguments.

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

    It contains information about removed chip.

    Constructors

    ItemRemovedEventArgs()

    Declaration
    public ItemRemovedEventArgs()

    Properties

    RemovedItem

    Gets the value of the currently removed chip item.

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