Called when a new schedule definition item is added to the collection by calling InsertNewItem method and the event handlers of the NewItem event haven't set up the new schedule definition 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 schedule definition item.

Return Value

The newly created schedule definition item.

See Also