Skip to main content
All docs
V18.2

MultiQueryConfigurePageView.ItemUpdated Event

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

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public 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