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

This method is called in a using code block while the project data is being loaded.

Namespace: NTier.Designer.VSAddIn
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