Occurs when a new item is created in the collection by calling InsertNewItem method to allow the event handlers to create their own item type.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)

Syntax

C#
public event NewItemEventHandler NewItem
Visual Basic (Declaration)
Public Event NewItem As NewItemEventHandler

See Also