VirtualTreeSetCellValueInfo(Object, Object, Object, TreeListColumn) Constructor
Initializes a new instance of the VirtualTreeSetCellValueInfo class.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
public VirtualTreeSetCellValueInfo(
object oldCellData,
object newCellData,
object node,
TreeListColumn column
)
Parameters
Name | Type | Description |
---|---|---|
oldCellData | Object | The current cell’s old value. This value is assigned to the VirtualTreeSetCellValueInfo.OldCellData property. |
newCellData | Object | The new value to be assigned to the current cell. This value is assigned to the VirtualTreeSetCellValueInfo.NewCellData property. |
node | Object | A business object to be processed. This value is assigned to the VirtualTreeSetCellValueInfo.Node property. |
column | TreeListColumn | A TreeListColumn object that represents the currently processed column. This value is assigned to the VirtualTreeSetCellValueInfo.Column property. |