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

ASPxTreeListEditorEventArgs(TreeListDataColumn, ASPxEditBase, Object, Object) Constructor

Initializes a new instance of the ASPxTreeListEditorEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll

Declaration

public ASPxTreeListEditorEventArgs(
    TreeListDataColumn column,
    ASPxEditBase editor,
    object keyValue,
    object value
)

Parameters

Name Type Description
column TreeListDataColumn

A object representing a column.

editor ASPxEditBase

An class descendant object that is the processed editor.

keyValue Object

An object that uniquely identifies the row which contains the processed cell. This value is assigned to the ASPxTreeListEditorEventArgs.KeyValue property.

value Object

An object that represents the editor’s value.

See Also