PropertyChangedEventArgs public class PropertyChangedEventArgs : EventArgs Provides data for the PropertyChanged event. Documentation public virtual string PropertyName { get; } Gets the name of the property that changed. public PropertyChangedEventArgs(string propertyName) Initializes a new instance of the PropertyChangedEventArgs class.