C# Class Treefrog.Framework.NameChangedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Méthodes publiques

Méthode Description
NameChangedEventArgs ( string oldName, string newName ) : System

Method Details

NameChangedEventArgs() public méthode

public NameChangedEventArgs ( string oldName, string newName ) : System
oldName string
newName string
Résultat System