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

PivotUserActionEventArgs(UserAction) Constructor

Initializes a new instance of the PivotUserActionEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotUserActionEventArgs(
    UserAction userAction
)

Parameters

Name Type Description
userAction UserAction

A UserAction object that specifies the end-user action on the PivotGridControl.

See Also