C# Class RedBadger.Xpf.Data.PropertyChangedEventArgs

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

Méthodes publiques

Méthode Description
PropertyChangedEventArgs ( string propertyName ) : System

Constructs a new instance of PropertyChangedEventArgs.

Method Details

PropertyChangedEventArgs() public méthode

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