RowChangingEventArgs(BaseRow, RowProperties, RowChangeTypeEnum, Object) Constructor
Creates a new RowChangingEventArgs object.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
public RowChangingEventArgs(
BaseRow row,
RowProperties prop,
RowChangeTypeEnum changeType,
object propertyValue
)
Parameters
Name | Type | Description |
---|---|---|
row | BaseRow | A BaseRow object representing the processed row. This value is assigned to the RowEventArgs.Row property. |
prop | RowProperties | A RowProperties object containing the processed row’s properties settings. This value is assigned to the RowChangedEventArgs.Properties property. |
changeType | RowChangeTypeEnum | A RowChangeTypeEnum enumeration member specifying the way the row is being changed. This value is assigned to the RowChangedEventArgs.ChangeType property. |
propertyValue | Object | An object representing the value of the modified row property. This value is assigned to the RowChangingEventArgs.PropertyValue property. |