C# Class RedBadger.Xpf.Data.PropertyChangedEventArgs

EventArgs used with INotifyPropertyChanged to indicate that a property's value has changed.
Inheritance: System.EventArgs
Datei anzeigen Open project: redbadger/XPF

Public Methods

Method Description
PropertyChangedEventArgs ( string propertyName ) : System

Constructs a new instance of PropertyChangedEventArgs.

Method Details

PropertyChangedEventArgs() public method

Constructs a new instance of PropertyChangedEventArgs.
public PropertyChangedEventArgs ( string propertyName ) : System
propertyName string The PropertyName of the property whose value has changed
return System