Back to Devexpress

CustomFieldDataEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxpivotgrid-d0f56908.md

latest1.5 KB
Original Source

CustomFieldDataEventHandler Delegate

A method that will handle the ASPxPivotGrid.CustomUnboundFieldData event.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

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 ASPxPivotGrid control that raised the event.

| | e | CustomFieldDataEventArgs |

A CustomFieldDataEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web.ASPxPivotGrid Namespace