Back to Devexpress

CellValueChangedEventArgs Class

windowsforms-devexpress-dot-xtratreelist-aba99103.md

latest3.1 KB
Original Source

CellValueChangedEventArgs Class

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public class CellValueChangedEventArgs :
    CellEventArgs
vb
Public Class CellValueChangedEventArgs
    Inherits CellEventArgs

CellValueChangedEventArgs is the data class for the following events:

Remarks

The TreeList.CellValueChanged and TreeList.CellValueChanging events fire in response to cell value modifications. The CellValueChangedEventArgs class gives you information about the cell and its new value. It is derived from the CellEventArgs class to provide data about the cell via the inherited NodeEventArgs.Node and CellEventArgs.Column properties. The CellValueChangedEventArgs.Value property is introduced to provide access to the newly assigned cell value.

CellValueChangedEventArgs objects with proper settings are automatically created and transmitted to TreeList.CellValueChanged and TreeList.CellValueChanging event handlers.

Inheritance

Object EventArgs NodeEventArgs CellEventArgs CellValueChangedEventArgs GetNodeDisplayValueEventArgs

See Also

CellValueChangedEventArgs Members

CellValueChanged

Value

DevExpress.XtraTreeList Namespace