Skip to main content

RowEventHandler Delegate

In This Article

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

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

#Parameters

Name Type
sender Object
e RowEventArgs
See Also