Skip to main content
All docs
V23.2

PivotExpressionEditorEventHandler Delegate

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

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

Parameters

Name Type
sender Object
e PivotExpressionEditorEventArgs
See Also