menu

WinUI

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

    Show / Hide Table of Contents

    Class ComboBoxSelectionChangedEventArgs

    Provides event data for the SelectionChanged event.

    Inheritance
    System.Object
    ComboBoxSelectionChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public class ComboBoxSelectionChangedEventArgs : EventArgs

    Constructors

    ComboBoxSelectionChangedEventArgs()

    Declaration
    public ComboBoxSelectionChangedEventArgs()

    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>

    The loosely typed collection of items that were selected in this event.

    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>

    The loosely typed list of items that were unselected in this event.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved