wpf-devexpress-dot-xpf-dot-grid-c8c1234e.md
Provides data for the GridControl.GroupRowExpanded, GridControl.GroupRowCollapsed, GridViewBase.RowUpdated and GridViewBase.RowCanceled events.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public class RowEventArgs :
RoutedEventArgs,
IDataRowEventArgs
Public Class RowEventArgs
Inherits RoutedEventArgs
Implements IDataRowEventArgs
RowEventArgs is the data class for the following events:
The RowEventArgs class provides the RowEventArgs.Row and RowEventArgs.RowHandle properties, that allow the processed row and its handle to be identified.
To learn more, see Identifying Rows and Cards and Obtaining Row Handles.
Show 14 items
Object EventArgs RoutedEventArgs RowEventArgs CellValueEventArgs
CustomGroupDisplayTextEventArgs
CellValueChangedInEditFormEventArgs
CellEditorValueChangingEventArgs
See Also