menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QATItemsCollectionChangedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QATItemsCollectionChangedEventArgs

    Provides data for the QATItemsCollectionChanged event.

    Inheritance
    System.Object
    System.EventArgs
    QATItemsCollectionChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class QATItemsCollectionChangedEventArgs : EventArgs

    Constructors

    QATItemsCollectionChangedEventArgs(IList, IList, QATItemsContainer, QATAction)

    Initializes a new instance of the QATItemsCollectionChangedEventArgs class.

    Declaration
    public QATItemsCollectionChangedEventArgs(IList oldItems, IList newItems, QATItemsContainer collection, QATAction action)
    Parameters
    Type Name Description
    System.Collections.IList oldItems

    The old items.

    System.Collections.IList newItems

    The new items.

    QATItemsContainer collection
    QATAction action

    Properties

    NewItems

    Gets or sets the new items.

    Declaration
    public IList NewItems { get; set; }
    Property Value
    Type Description
    System.Collections.IList

    The new items.

    OldItems

    Gets or sets the old items.

    Declaration
    public IList OldItems { get; set; }
    Property Value
    Type Description
    System.Collections.IList

    The old items.

    QATAction

    Gets or sets value for QATaction whether Add or Remove.

    Declaration
    public QATAction QATAction { get; set; }
    Property Value
    Type
    QATAction

    QATItemsContainer

    Gets or sets the value QAT type or CustomizationDialog type.

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