Version

AxisHeaderSrotChanged Event

This event is raised when a row/column is sorted.
Syntax
'Declaration
 
Public Event AxisHeaderSrotChanged As EventHandler(Of PivotAxisHeaderSortChangedEventArgs)
public event EventHandler<PivotAxisHeaderSortChangedEventArgs> AxisHeaderSrotChanged
Event Data

The event handler receives an argument of type PivotAxisHeaderSortChangedEventArgs containing data related to this event. The following PivotAxisHeaderSortChangedEventArgs properties provide information specific to this event.

PropertyDescription
HeaderCell Gets the HeaderCell which has been sorted.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also