Skip to main content
A newer version of this page is available. .

PivotUserActionEventArgs Class

Provides data for the PivotGridControl.UserActionChanged event.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

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