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

RowEventHandler Delegate

Represents a method that will handle the GridControl.GroupRowExpanded and GridControl.GroupRowCollapsed events.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public delegate void RowEventHandler(
    object sender,
    RowEventArgs e
);

Parameters

Name Type
sender Object
e RowEventArgs
See Also