GridCellValidationEventArgs(Object, Object, Int32, DataViewBase, ColumnBase) Constructor
Initializes a new instance of the GridCellValidationEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
public GridCellValidationEventArgs(
object source,
object value,
int rowHandle,
DataViewBase 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 | DataViewBase | A DataViewBase object that is the view that raised the event. |
| column | ColumnBase | A column that contains the validated cell. |
See Also