Back to Devexpress

PivotUserActionEventHandler Delegate

windowsforms-devexpress-dot-xtrapivotgrid-4a9d9b5f.md

latest1.3 KB
Original Source

PivotUserActionEventHandler Delegate

References a method that will handle the PivotGridControl.UserActionChanged event.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | PivotUserActionEventArgs |

A PivotUserActionEventArgs object that contains event data.

|

See Also

DevExpress.XtraPivotGrid Namespace