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

Namespace: NTier.VisualStudioWizards
Assembly: NTier.VisualStudioWizards (in NTier.VisualStudioWizards.dll) Version: 1.0.0.0

Syntax

C#
public void BeforeOpeningFile(
	ProjectItem projectItem
)
Visual Basic
Public Sub BeforeOpeningFile ( 
	projectItem As ProjectItem
)
Visual C++
public:
virtual void BeforeOpeningFile(
	ProjectItem^ projectItem
) sealed

Parameters

projectItem
Type: ProjectItem

Implements

IWizardBeforeOpeningFile(ProjectItem)

See Also