Skip to main content

ItemUpdatedEventArgs(MultiQueryItem) Constructor

Initializes a new instance of the ItemUpdatedEventArgs class with the specified item.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public ItemUpdatedEventArgs(
    MultiQueryItem item
)

Parameters

Name Type Description
item MultiQueryItem

A MultiQueryItem object. This value is assigned to the ItemUpdatedEventArgs.Item property.

See Also