Skip to main content

PivotUserActionEventArgs Class

Provides data for the PivotGridControl.UserActionChanged event.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public class PivotUserActionEventArgs :
    EventArgs

Remarks

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

Inheritance

Object
EventArgs
PivotUserActionEventArgs
See Also