Back to Devexpress

CustomEditValueEventHandler Delegate

windowsforms-devexpress-dot-xtrapivotgrid-de5fb858.md

latest1.3 KB
Original Source

CustomEditValueEventHandler Delegate

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | CustomEditValueEventArgs |

A CustomEditValueEventArgs object that contains event data.

|

See Also

DevExpress.XtraPivotGrid Namespace