PivotExpressionEditorEventHandler Delegate
In This Article
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public delegate void PivotExpressionEditorEventHandler(
object sender,
PivotExpressionEditorEventArgs e
);
#Parameters
Name | Type |
---|---|
sender | Object |
e | Pivot |
See Also