PivotGridFieldSortConditionCollection.Changed Event
In This Article
Occurs after the collection has been changed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.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