GridRowValidationEventArgs(Object, Object, Int32, GridViewBase) Constructor
In This Article
Initializes a new instance of the GridRowValidationEventArgs class.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
public GridRowValidationEventArgs(
object source,
object value,
int rowHandle,
GridViewBase view
)
#Parameters
Name | Type | Description |
---|---|---|
source | Object | An object that raised the event. |
value | Object | An object that represents the value currently being validated. |
row |
Int32 | An integer value that specifies the processed row's handle. This value is assigned to the Grid |
view | Grid |
A Grid |
See Also