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

Initializes a new instance of the QueryNewFileEditorControlEventArgs class

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

Syntax

C#
public QueryNewFileEditorControlEventArgs(
	string fileName
)
Visual Basic
Public Sub New ( 
	fileName As String
)
Visual C++
public:
QueryNewFileEditorControlEventArgs(
	String^ fileName
)

Parameters

fileName
Type: System..::..String

See Also