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

RowEventArgs Class

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v21.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public class RowEventArgs :
    RoutedEventArgs,
    IDataRowEventArgs

Remarks

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.

See Also