Skip to main content

TcxCustomPivotGrid.OnFieldPosChanged Event

Fires after the field has been repositioned.

Declaration

property OnFieldPosChanged: TcxPivotGridFieldChangedEvent read; write;

Remarks

Implement the OnFieldPosChanged event handler to customize the behavior, if the field has changed its location.

Note

this event is not fired if the field was dragged into the customization form.

The Sender parameter specifies the pivot grid that owns the currently processed field.

The AField parameter specifies the currently processed field.

See Also