Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotFieldValueEventArgsBase(PivotFieldValueItem, T) Constructor

Initializes a new instance of the PivotFieldValueEventArgsBase<T> class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public PivotFieldValueEventArgsBase(
    PivotFieldValueItem item,
    T field
)

Parameters

Name Type Description
item PivotFieldValueItem

A PivotFieldValueItem object that is the internal field value implementation.

field T

A PivotGridFieldBase descendant that is the pivot grid field.

Remarks

Instances of the PivotFieldValueEventArgsBase<T> class are automatically created, initialized and passed to the corresponding event handlers.

See Also