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

Initializes a new instance of the CollectionWithChangedEventEditor class

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

Syntax

C#
public CollectionWithChangedEventEditor(
	Type type
)
Visual Basic
Public Sub New ( 
	type As Type
)
Visual C++
public:
CollectionWithChangedEventEditor(
	Type^ type
)

Parameters

type
Type: System..::..Type

See Also