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

PivotFieldStateChangedCancelEventArgs(PivotFieldValueItem) Constructor

Initializes a new instance of the PivotFieldStateChangedCancelEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotFieldStateChangedCancelEventArgs(
    PivotFieldValueItem item
)

Parameters

Name Type Description
item PivotFieldValueItem

A PivotFieldValueItem object which represents the item currently being processed. This value is assigned to the PivotFieldStateChangedEventArgs.Item property.

Remarks

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

See Also