Skip to main content
All docs
V25.1
  • PivotExpressionEditorEventHandler Delegate

    Namespace: DevExpress.Xpf.PivotGrid

    Assembly: DevExpress.Xpf.PivotGrid.v25.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