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

Temporarily changes the Enabled, wait cursor and 'connecting' text when used in a using code block.

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

Syntax

C#
public IDisposable NotifyLoading()
Visual Basic
Public Function NotifyLoading As IDisposable
Visual C++
public:
IDisposable^ NotifyLoading()

Return Value

Type: IDisposable

See Also