A newer version of this page is available.
Switch to the current version.
ColumnView.RowLoaded Event
Fires when a row's data has been loaded (in Instant Feedback Mode).
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
[DXCategory("DataAsync")]
public event RowEventHandler RowLoaded
<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:
Property | Description |
---|---|
RowHandle | Gets the row's handle (position). For the ColumnView.RowUpdated event, this property specifies the previous handle (position) of the currently processed row. |
See Also
Feedback