ServerSortChanged Event
Event fired when the sorted columns change. This only fires when the server properties have changes (ie. not the ones marked as calculated) since this is used to determine when we need to refresh the view.
Syntax
public event System.EventHandler<ServerSortDataArgs> ServerSortChangedPublic Event ServerSortChanged As System.EventHandler(Of ServerSortDataArgs)