PivotFilterEditorEventHandler Delegate
In This Article
Represents a method that will handle the PivotGridControl.PrefilterEditorCreated event.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
public delegate void PivotFilterEditorEventHandler(
object sender,
PivotFilterEditorEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event sender. |
e | Pivot |
A Pivot |
See Also