Skip to main content

PivotUnboundExpressionEditorEventHandler Delegate

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public delegate void PivotUnboundExpressionEditorEventHandler(
    object sender,
    PivotUnboundExpressionEditorEventArgs e
);

Parameters

Name Type
sender Object
e PivotUnboundExpressionEditorEventArgs
See Also