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

VirtualTreeSetCellValueInfo Properties

Provides data for the TreeList.VirtualTreeSetCellValue event.
Name Description
Cancel Gets or sets whether the new value is discarded.
Column Gets the column that contains the cell being currently processed.
IsCheckState Gets whether the TreeList.VirtualTreeGetCellValue event/IVirtualTreeListData.VirtualTreeGetCellValue interface method is currently fired for you to save a node’s check state.
NewCellData Gets the new cell value (when VirtualTreeSetCellValueInfo.IsCheckState is false) or the node’s new check state (when VirtualTreeSetCellValueInfo.IsCheckState is true).
Node Gets an instance of the business object being currently processed.
OldCellData Gets the current cell’s old data.
See Also