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

CellValueChangedEventArgs Class

Provides data for the TreeList.CellValueChanging and TreeList.CellValueChanged events.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public class CellValueChangedEventArgs :
    CellEventArgs

Remarks

The TreeList.CellValueChanging and TreeList.CellValueChanged events fire when a cell value changes.

To identify the changed cell, use the Node and Column properties. The Value property returns the new cell value. The ChangedByUser property specifies whether the user changed the value in the editor, or the value is changed in code.

See Also