PivotUnboundExpressionEditorEventHandler Delegate
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
public delegate void PivotUnboundExpressionEditorEventHandler(
object sender,
PivotUnboundExpressionEditorEventArgs e
);
Parameters
Name | Type |
---|---|
sender | Object |
e | PivotUnboundExpressionEditorEventArgs |
See Also