Skip to main content

PivotAreaChangingEventArgs(PivotGridField, PivotArea, Int32) Constructor

Initializes a new instance of the PivotAreaChangingEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotAreaChangingEventArgs(
    PivotGridField field,
    PivotArea newArea,
    int newAreaIndex
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object which represents the field whose location is being changed. This value is assigned to the PivotFieldEventArgsBase<T>.Field property.

newArea PivotArea

A PivotArea enumeration value which indicates the current position of the field being dragged. This value is assigned to the PivotAreaChangingEventArgs.NewArea property.

newAreaIndex Int32

A zero-based integer which specifies the field’s index amongst the other fields displayed within the same area. This value is assigned to the PivotAreaChangingEventArgs.NewAreaIndex property.

See Also