GridRowValidationEventArgs(Object, Object, Int32, DataViewBase) Constructor
Initializes a new instance of the GridRowValidationEventArgs class.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
public GridRowValidationEventArgs(
object source,
object value,
int rowHandle,
DataViewBase view
)
Parameters
Name | Type | Description |
---|---|---|
source | Object | An object that raised the event. |
value | Object | A validated row. |
rowHandle | Int32 | A handle of the validated row. |
view | DataViewBase | A DataViewBase descendant that is the view that raised the event. |
See Also