Class QATItemsCollectionChangedEventArgs
Provides data for the QATItemsCollectionChanged event.
Inheritance
System.Object
QATItemsCollectionChangedEventArgs
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 |