alexa
menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SelectionEventArgs

    Selection event args class.

    Inheritance
    System.Object
    SelectionEventArgs
    Namespace: Syncfusion.SfAutoComplete.iOS
    Assembly: Syncfusion.SfAutoComplete.iOS.dll
    Syntax
    public class SelectionEventArgs : Object

    Constructors

    SelectionEventArgs()

    Declaration
    public SelectionEventArgs()

    Properties

    AddedItems

    Gets the added items.

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

    The added items.

    RemovedItems

    Gets the removed items.

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

    The removed items.

    Value

    Gets the value.

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