Back to Devexpress

PivotCustomFieldValueCellsEventHandler Delegate

wpf-devexpress-dot-xpf-dot-pivotgrid-e09bfc3d.md

latest1.4 KB
Original Source

PivotCustomFieldValueCellsEventHandler Delegate

Represents a method that will handle the PivotGridControl.CustomFieldValueCells event.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | PivotCustomFieldValueCellsEventArgs |

A PivotCustomFieldValueCellsEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.PivotGrid Namespace