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

TreeListShowingEditorEventArgs(TreeListView, Int32, ColumnBase) Constructor

Initializes a new instance of the TreeListShowingEditorEventArgs class.

Namespace: DevExpress.Xpf.Grid.TreeList

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

Declaration

public TreeListShowingEditorEventArgs(
    TreeListView view,
    int rowHandle,
    ColumnBase column
)

Parameters

Name Type Description
view TreeListView

A TreeListView object that specifies the view.

rowHandle Int32

An integer value that identifies the node by its handle.

column ColumnBase

A ColumnBase descendant that is the column containing the cell.$

See Also