Back to Devexpress

CustomFieldDataEventHandler Delegate

windowsforms-devexpress-dot-xtrapivotgrid-27df9191.md

latest1.4 KB
Original Source

CustomFieldDataEventHandler Delegate

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source. Identifies the PivotGrid control that raised the event.

| | e | CustomFieldDataEventArgs |

A CustomFieldDataEventArgs object that contains event data.

|

See Also

DevExpress.XtraPivotGrid Namespace