C# Class Exrin.Framework.PropertyValueChangedEventArgs

Inheritance: System.ComponentModel.PropertyChangedEventArgs
Afficher le fichier Open project: exrin/Exrin

Méthodes publiques

Méthode Description
PropertyValueChangedEventArgs ( string propertyName, object oldValue, object newValue ) : System.ComponentModel

Method Details

PropertyValueChangedEventArgs() public méthode

public PropertyValueChangedEventArgs ( string propertyName, object oldValue, object newValue ) : System.ComponentModel
propertyName string
oldValue object
newValue object
Résultat System.ComponentModel