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

MultiQueryConfigurePage.OnNodeCheckedChanged(MultiQueryItem) Method

Called when changing the check state of a tree list node.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public void OnNodeCheckedChanged(
    MultiQueryItem item
)

Parameters

Name Type Description
item MultiQueryItem

An object that stores information about a tree list item.

See Also