TreeListCellValidationEventArgs(Object, Object, Int32, TreeListView, ColumnBase) Constructor
In This Article
Initializes a new instance of the TreeListCellValidationEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#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. |
row |
Int32 | The handle of the row that contains the validated cell. |
view | Tree |
A Tree |
column | Column |
A column that contains the validated cell. |
See Also