C# Class ValueUpdateEventArgs, UnityFramework

Inheritance: EventArgs
Afficher le fichier Open project: meta-42/uEasyKit Class Usage Examples

Méthodes publiques

Méthode Description
ValueUpdateEventArgs ( ) : System
ValueUpdateEventArgs ( String key, object oldValue, object newValue ) : System

Method Details

ValueUpdateEventArgs() public méthode

public ValueUpdateEventArgs ( ) : System
Résultat System

ValueUpdateEventArgs() public méthode

public ValueUpdateEventArgs ( String key, object oldValue, object newValue ) : System
key String
oldValue object
newValue object
Résultat System