C# Class FdoToolbox.Base.Services.ConnectionRenameEventArgs

An event argument object passed when a connection is renamed
Inheritance: System.EventArgs
Datei anzeigen Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

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

Initializes a new instance of the ConnectionRenameEventArgs class.

Method Details

ConnectionRenameEventArgs() public method

Initializes a new instance of the ConnectionRenameEventArgs class.
public ConnectionRenameEventArgs ( string oldName, string newName ) : System
oldName string The old name.
newName string The new name.
return System