Skip to main content

RowEventArgs Class

Namespace: DevExpress.Xpf.Grid

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

#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 Obtaining Row Handles.

#Examples

See Also