Represents the method that will handle an event that has received TrackingSelectionChangedEventArgs data. When the TrackingSelectionChangedEvent event is raised in a toolkit object, any subscribed event handlers in your code will be called.
See the Microsoft documentation on .NET Events and Delegates for more information about .NET delegates and events.