menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SelectionChangedEventArgs

    The SelectionChangedEventArgs class contains an argument of its own.

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

    Constructors

    SelectionChangedEventArgs()

    Declaration
    public SelectionChangedEventArgs()

    Properties

    AddedItems

    Gets the value of AddedItems. This property can be used to add items in SelectionChangedEventArgs.

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

    The added items.

    RemovedItems

    Gets the value of RemovedItems. This property can be used to remove items in SelectionChangedEventArgs.

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

    The removed items.

    Value

    Gets the Text of SfAutoComplete control.

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