windowsforms-devexpress-dot-xtrapivotgrid-83c26a51.md
Provides data for the PivotGridControl.UserActionChanged event.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
public class PivotUserActionEventArgs :
EventArgs
Public Class PivotUserActionEventArgs
Inherits EventArgs
PivotUserActionEventArgs is the data class for the following events:
The PivotGridControl.UserActionChanged event is raised when an end-user tries to perform an action on the PivotGridControl. This event occurs two times:
Object EventArgs PivotUserActionEventArgs
See Also