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

MultiQueryConfigurePageView.ExpandNode Event

Occurs on expanding a tree list node.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public event ItemUpdatedEventHandler ExpandNode

Event Data

The ExpandNode 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.

Remarks

This event handler is used to load entries contained in the expanded node.

Implements

See Also