PivotGroupEventHandler Delegate
References a method that will handle the ASPxPivotGrid.GroupFilterChanged event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | PivotGroupEventArgs | A PivotGroupEventArgs object that contains event data. |
See Also