Back to Devexpress

RowObjectEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-ef6e121a.md

latest2.1 KB
Original Source

RowObjectEventArgs Class

Provides data for the ColumnView.RowUpdated event.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class RowObjectEventArgs :
    RowEventArgs
vb
Public Class RowObjectEventArgs
    Inherits RowEventArgs

RowObjectEventArgs is the data class for the following events:

Remarks

The ColumnView.RowUpdated event occurs after the modified focused row has been saved to the underlying data source. The RowObjectEventArgs provides the RowObjectEventArgs.Row property which represents the processed row. The row’s handle is returned by the RowEventArgs.RowHandle property.

Inheritance

Object EventArgs RowEventArgs RowObjectEventArgs ValidateRowEventArgs

See Also

RowObjectEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace