Represents the method that will handle a NewItem event of the ReadOnlyEntityCollection class.

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

Syntax

C#
public delegate void NewItemEventHandler(
	Object sender,
	NewItemEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub NewItemEventHandler ( _
	sender As Object, _
	e As NewItemEventArgs _
)

See Also