C# Class Treefrog.Framework.NameChangingEventArgs

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

Public Methods

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

Method Details

NameChangingEventArgs() public method

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