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

GridControlBase.RowUpdated Event

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public event RowEventHandler RowUpdated

Event Data

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

Property Description
Row Gets the processed row.
RowHandle Gets the processed row’s handle.
Source Gets the grid that raised the event.
See Also