C# Class Treefrog.Framework.NameChangedEventArgs

Inheritance: System.EventArgs
Mostra file Open project: jaquadro/Treefrog Class Usage Examples

Public Methods

Method Description
NameChangedEventArgs ( string oldName, string newName ) : System

Method Details

NameChangedEventArgs() public method

public NameChangedEventArgs ( string oldName, string newName ) : System
oldName string
newName string
return System