A newer version of this page is available.
Switch to the current version.
CustomFieldDataEventHandler Delegate
Represents a method that will handle the PivotGridControl.CustomUnboundFieldData event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v19.1.dll
Declaration
public delegate void CustomFieldDataEventHandler(
object sender,
CustomFieldDataEventArgs e
);
Public Delegate Sub CustomFieldDataEventHandler(
sender As Object,
e As CustomFieldDataEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. Identifies the PivotGrid control that raised the event. |
e | CustomFieldDataEventArgs | A CustomFieldDataEventArgs object that contains event data. |
See Also
Feedback