PivotOptionsFilterEventHandler Delegate
Represents a method that will handle the PivotGridOptionsFilterBase.OptionsChanged event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
public delegate void PivotOptionsFilterEventHandler(
object sender,
PivotOptionsFilterEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | PivotOptionsFilterEventArgs | A PivotOptionsFilterEventArgs object that contains event data. |
See Also