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

TreeListCellValidationEventArgs(Object, Object, Int32, TreeListView, ColumnBase) Constructor

Initializes a new instance of the TreeListCellValidationEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v18.2.dll

Declaration

public TreeListCellValidationEventArgs(
    object source,
    object value,
    int rowHandle,
    TreeListView view,
    ColumnBase column
)

Parameters

Name Type Description
source Object

An object that raised the event.

value Object

The cell’s value.

rowHandle Int32

The handle of the row that contains the validated cell.

view TreeListView

A TreeListView object that is the view that raised the event.

column ColumnBase

A column that contains the validated cell.

See Also