Skip to main content
A newer version of this page is available. .

ItemUpdatedEventArgs(MultiQueryItem) Constructor

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

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

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