C# Class Treefrog.Framework.IdChangedEventArgs

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

Méthodes publiques

Méthode Description
IdChangedEventArgs ( int oldId, int newId ) : System

Method Details

IdChangedEventArgs() public méthode

public IdChangedEventArgs ( int oldId, int newId ) : System
oldId int
newId int
Résultat System