Skip to main content
A newer version of this page is available. .

PivotGridFieldSortCondition.Changed Event

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

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public event EventHandler Changed

Event Data

The Changed event's data class is EventArgs.

See Also