Back to Devexpress

ColumnView.RowLoaded Event

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-d69f0596.md

latest1.8 KB
Original Source

ColumnView.RowLoaded Event

Fires when a row’s data has been loaded (in Instant Feedback Mode).

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("DataAsync")]
public event RowEventHandler RowLoaded
vb
<DXCategory("DataAsync")>
Public Event RowLoaded As RowEventHandler

Event Data

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

PropertyDescription
RowHandleGets the row’s handle (position). For the ColumnView.RowUpdated event, this property specifies the previous handle (position) of the currently processed row. NewItemRowHandle value when a new row is added.

See Also

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace