C# Class ICSharpCode.Core.PropertyChangedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
PropertyChangedEventArgs ( Properties properties, string key, object oldValue, object newValue ) : System

Method Details

PropertyChangedEventArgs() public méthode

public PropertyChangedEventArgs ( Properties properties, string key, object oldValue, object newValue ) : System
properties Properties
key string
oldValue object
newValue object
Résultat System