References a method that will handle the ASPxPivotGrid.GroupFilterChanged event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll
public delegate void PivotGroupEventHandler( object sender, PivotGroupEventArgs e );
Public Delegate Sub PivotGroupEventHandler( sender As Object, e As PivotGroupEventArgs )
The event source.
A PivotGroupEventArgs object that contains event data.