ItemUpdatedEventArgs(MultiQueryItem) Constructor
Initializes a new instance of the ItemUpdatedEventArgs class with the specified item.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | MultiQueryItem | A MultiQueryItem object. This value is assigned to the ItemUpdatedEventArgs.Item property. |
See Also