See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Occurs when the value of the ConnectionString property has changed.

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer.Forms (in NTier.Designer.Forms.dll) Version: 1.0.0.0

Syntax

C#
public event EventHandler ConnectionStringChanged
Visual Basic
Public Event ConnectionStringChanged As EventHandler
Visual C++
public:
 event EventHandler^ ConnectionStringChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

Value

Type: System..::..EventHandler

See Also