Back to Devexpress

IMultiQueryConfigurePageView.ExpandNode Event

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-views-dot-imultiqueryconfigurepageview-4383a050.md

latest1.5 KB
Original Source

IMultiQueryConfigurePageView.ExpandNode Event

Occurs on expanding a tree list node.

Namespace : DevExpress.DataAccess.Wizard.Views

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
event ItemUpdatedEventHandler ExpandNode
vb
Event ExpandNode As ItemUpdatedEventHandler

Event Data

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

PropertyDescription
ItemSpecifies the tree list item that has changed its state.

Remarks

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

See Also

IMultiQueryConfigurePageView Interface

IMultiQueryConfigurePageView Members

DevExpress.DataAccess.Wizard.Views Namespace