ASPxTreeListEditorEventArgs(TreeListDataColumn, ASPxEditBase, Object, Object) Constructor
Initializes a new instance of the ASPxTreeListEditorEventArgs class.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
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