menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ItemSelectionChangingEventArgs

    Provides data for the SelectionChanging event.

    Inheritance
    System.Object
    ItemSelectionChangingEventArgs
    Namespace: Syncfusion.ListView.XForms
    Assembly: Syncfusion.SfListView.XForms.dll
    Syntax
    public class ItemSelectionChangingEventArgs : CancelEventArgs

    Constructors

    ItemSelectionChangingEventArgs()

    Initializes a new instance of the ItemSelectionChangingEventArgs class.

    Declaration
    public ItemSelectionChangingEventArgs()

    Properties

    AddedItems

    Gets a list that contains the items that were selected.

    Declaration
    public IList<object> AddedItems { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Object>

    A list of items to be selection.

    RemovedItems

    Gets a list that contains the items that were unselected.

    Declaration
    public IList<object> RemovedItems { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Object>

    A list of items to be removed selection.

    See Also

    ItemSelectionChangingEventArgs
    System.ComponentModel.CancelEventArgs
    Back to top Generated by DocFX
    OSZAR »
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved
    OSZAR »