Back to Devexpress

PivotCustomFieldValueCellsEventHandler Delegate

windowsforms-devexpress-dot-xtrapivotgrid-a1de463a.md

latest1.5 KB
Original Source

PivotCustomFieldValueCellsEventHandler Delegate

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.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.XtraPivotGrid Namespace