GetCustomNodeCellEditEventArgs(TreeListColumn, TreeListNode, RepositoryItem) Constructor
Creates an instance of the GetCustomNodeCellEditEventArgs class.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
public GetCustomNodeCellEditEventArgs(
TreeListColumn column,
TreeListNode node,
RepositoryItem repositoryItem
)
Parameters
Name | Type | Description |
---|---|---|
column | TreeListColumn | A TreeListColumn object representing the column whose cell is processed. This value is assigned to the CellEventArgs.Column property. |
node | TreeListNode | A TreeListNode object representing the node whose cell is processed. This value is assigned to the NodeEventArgs.Node property. |
repositoryItem | RepositoryItem | A RepositoryItem object representing the editor used to edit the processed cell’s values. This value is assigned to the GetCustomNodeCellEditEventArgs.RepositoryItem property. |
Remarks
The constructor is used internally to create a GetCustomNodeCellEditEventArgs class instance with appropriate settings and transmit it to a TreeList.CustomNodeCellEdit event handler.