Skip to main content

TreeListEditorEventArgs(TreeListView, Int32, ColumnBase, IBaseEdit) Constructor

Initializes a new instance of the TreeListEditorEventArgs class.

Namespace: DevExpress.Xpf.Grid.TreeList

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public TreeListEditorEventArgs(
    TreeListView view,
    int rowHandle,
    ColumnBase column,
    IBaseEdit editor
)

Parameters

Name Type Description
view TreeListView

A TreeListView object that is the owner View.

rowHandle Int32

An integer value that identifies the processed node by its handle.

column ColumnBase

A ColumnBase descendant that is the column which owns the processed cell.

editor DevExpress.Xpf.Editors.IBaseEdit

The processed editor. This value is assigned to the TreeListEditorEventArgs.Editor property.

See Also