Skip to main content
All docs
V24.1

PivotExpressionEditorEventHandler Delegate

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public delegate void PivotExpressionEditorEventHandler(
    object sender,
    PivotExpressionEditorEventArgs e
);

Parameters

Name Type
sender Object
e PivotExpressionEditorEventArgs
See Also