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

Called when the add-in has loaded initially, and also after a SynchronizationContext.Post so that Visual Studio has a chance to initialize, unless Exec() is called before this is done in which case it is called immediately.

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

Syntax

C#
protected virtual void OnAfterVSStartupComplete()
Visual Basic
Protected Overridable Sub OnAfterVSStartupComplete
Visual C++
protected:
virtual void OnAfterVSStartupComplete()

See Also