ActivityChangedEventArgs public struct ActivityChangedEventArgs Provides data for the CurrentChanged event. Documentation Code public Activity Current { get; set; } Gets the Activity object after the event. public Activity Previous { get; set; } Gets the Activity object before the event.