Skip to main content

PivotFieldStateChangedCancelEventArgs(PivotFieldValueItem) Constructor

Initializes a new instance of the PivotFieldStateChangedCancelEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotFieldStateChangedCancelEventArgs(
    PivotFieldValueItem item
)

Parameters

Name Type Description
item DevExpress.XtraPivotGrid.Data.PivotFieldValueItem

The PivotFieldValueItem object.

Remarks

Instances of the PivotFieldStateChangedCancelEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also