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

IMultiQueryConfigurePageView.ItemUpdated Event

Occurs on changing the selection of any of the tree list items.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

event ItemUpdatedEventHandler ItemUpdated

Event Data

The ItemUpdated event's data class is ItemUpdatedEventArgs. The following properties provide information specific to this event:

Property Description
Item Specifies the tree list item that has changed its state.
See Also