Skip to main content

PivotGridFieldSortCondition.Changed Event

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

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public event EventHandler Changed

Event Data

The Changed event's data class is EventArgs.

See Also