Skip to main content

VGridControlBase.RowChanged Event

Fires after a row’s property has been changed.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public event RowChangedEventHandler RowChanged

Event Data

The RowChanged event's data class is RowChangedEventArgs. The following properties provide information specific to this event:

Property Description
ChangeType Gets the way in which the row has changed.
Properties Gets the processed row’s properties.
Row Gets the processed row. Inherited from RowEventArgs.
See Also