C# Class Treefrog.Framework.IdChangedEventArgs

Inheritance: System.EventArgs
Show file Open project: jaquadro/Treefrog

Public Methods

Method Description
IdChangedEventArgs ( int oldId, int newId ) : System

Method Details

IdChangedEventArgs() public method

public IdChangedEventArgs ( int oldId, int newId ) : System
oldId int
newId int
return System