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

An editor for subclasses of CollectionWithChangedEvent that notifies changes via the Changed event only after all adds to the collection have completed.

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

Syntax

C#
public class CollectionWithChangedEventEditor : CollectionEditor
Visual Basic
Public Class CollectionWithChangedEventEditor
	Inherits CollectionEditor
Visual C++
public ref class CollectionWithChangedEventEditor : public CollectionEditor

Inheritance Hierarchy

System..::..Object
  System.Drawing.Design..::..UITypeEditor
    System.ComponentModel.Design..::..CollectionEditor
      NTier.Forms.Design..::..CollectionWithChangedEventEditor

See Also