Back to Devexpress

PivotGridControl.UserActionChanged Event

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-470c0370.md

latest2.2 KB
Original Source

PivotGridControl.UserActionChanged Event

Allows you to respond to end-user actions performed on the PivotGridControl.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public event PivotUserActionEventHandler UserActionChanged
vb
Public Event UserActionChanged As PivotUserActionEventHandler

Event Data

The UserActionChanged event's data class is PivotUserActionEventArgs. The following properties provide information specific to this event:

PropertyDescription
UserActionGets the end-user action performed on the PivotGridControl.

Remarks

The UserActionChanged event is raised when an end-user tries to perform some action on the PivotGridControl. This event occurs two times:

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace