menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionChangedEventArgs - API Reference

    Show / Hide Table of Contents

    Class SelectionChangedEventArgs

    Selection changed event arguments.

    Inheritance
    System.Object
    SelectionChangedEventArgs
    Namespace: Syncfusion.Android.ComboBox
    Assembly: Syncfusion.SfComboBox.Android.dll
    Syntax
    public class SelectionChangedEventArgs : EventArgs

    Constructors

    SelectionChangedEventArgs()

    Declaration
    public SelectionChangedEventArgs()

    Properties

    AddedItems

    Gets the recently added items.

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

    RemovedItems

    Gets the recently removed items.

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

    Value

    Gets the value.

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