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