Skip to main content

PivotGridFieldSortCondition.Changed Event

In This Article

Occurs after one of the current object's properties has been changed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v14.2.Core.dll

#Declaration

public event EventHandler Changed

#Event Data

The Changed event's handler receives an argument of the EventArgs type.

See Also