Skip to main content
A newer version of this page is available. .

VGridControlBase.RowChanged Event

Fires after a row’s property has been changed.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

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