Skip to main content

RowChangedEventArgs Class

Provides data for the VGridControlBase.RowChanged event.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public class RowChangedEventArgs :
    RowEventArgs

Remarks

The VGridControlBase.RowChanged event fires after the processed row has been changed. The RowChangedEventArgs class allows you to identify the changed row via the inherited RowEventArgs.Row property. The RowChangedEventArgs.ChangeType property allows you to identify the way the row has been changed. Properties of the changed row can be accessed using the RowChangedEventArgs.Properties property.

RowChangedEventArgs objects are created automatically and passed to VGridControlBase.RowChanged event handlers.

Inheritance

See Also