A newer version of this page is available.
Switch to the current version.
PivotGroupEventHandler Delegate
Represents a method that will handle the PivotGridControl.GroupFilterChanged event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v19.1.dll
Declaration
public delegate void PivotGroupEventHandler(
object sender,
PivotGroupEventArgs e
);
Public Delegate Sub PivotGroupEventHandler(
sender As Object,
e As PivotGroupEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | PivotGroupEventArgs | A PivotGroupEventArgs object that contains event data. |
See Also
Feedback