Called when a new resource item is added to the collection by calling InsertNewItem method and the event handlers of the NewItem event haven't set up the new resource item themselves.

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

Syntax

C#
protected override Object CreateNewItem(
	params Object[] parameters
)
Visual Basic (Declaration)
Protected Overrides Function CreateNewItem ( _
	ParamArray parameters As Object() _
) As Object

Parameters

parameters
Type: array< System..::.Object >[]()[]
List of parameters passed from InsertNewItem method used for actually creating the new resource item.

Return Value

The newly created resource item.

See Also