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

PivotFieldStateChangedEventArgs(PivotFieldValueItem) Constructor

Initializes a new instance of the PivotFieldStateChangedEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotFieldStateChangedEventArgs(
    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 PivotFieldStateChangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also