NCollectionBase Class Members
In This Topic
The following tables list the members exposed by NCollectionBase.
Public Constructors
Public Properties
| Name | Description |
 | Capacity | (Inherited from System.Collections.CollectionBase) |
 | Count | (Inherited from System.Collections.CollectionBase) |
 | IsSuspended | |
Top
Protected Properties
| Name | Description |
 | InnerList | (Inherited from System.Collections.CollectionBase) |
 | List | (Inherited from System.Collections.CollectionBase) |
Top
Public Methods
Public Events
| Name | Description |
 | AfterInsert | Fired when inserting of an object is complete |
 | AfterRemove | Fired when removing of an object is completed |
 | BeforeInsert | Fired before inserting an object |
 | BeforeRemove | Fired when removing of an object is started |
 | Changed | Fired whenever the collection is changed. |
 | Cleared | Fired when clearing of the collection is completed |
Top
See Also