PropertyChangingEventArgs public class PropertyChangingEventArgs : EventArgs Provides data for the PropertyChanging event. Documentation public virtual string PropertyName { get; } Gets the name of the property whose value is changing. public PropertyChangingEventArgs(string propertyName) Initializes a new instance of the PropertyChangingEventArgs class.