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

The event arguments to the ToolWindowPaneSetService.QueryNewFileEditorControl event.

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

Syntax

C#
public class QueryNewFileEditorControlEventArgs : EventArgs
Visual Basic
Public Class QueryNewFileEditorControlEventArgs
	Inherits EventArgs
Visual C++
public ref class QueryNewFileEditorControlEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    NTier.Designer.Forms..::..QueryNewFileEditorControlEventArgs

See Also