Back to Devexpress

PivotUnboundExpressionEditorEventHandler Delegate

wpf-devexpress-dot-xpf-dot-pivotgrid-83fa1aa5.md

latest1.1 KB
Original Source

PivotUnboundExpressionEditorEventHandler Delegate

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public delegate void PivotUnboundExpressionEditorEventHandler(
    object sender,
    PivotUnboundExpressionEditorEventArgs e
);
vb
Public Delegate Sub PivotUnboundExpressionEditorEventHandler(
    sender As Object,
    e As PivotUnboundExpressionEditorEventArgs
)

Parameters

NameType
senderObject
ePivotUnboundExpressionEditorEventArgs

See Also

DevExpress.Xpf.PivotGrid Namespace