Allows overriders to create a new entity and add it to the managed collection.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
protected virtual Entity CreateNewEntity(
	int index
)
Visual Basic (Declaration)
Protected Overridable Function CreateNewEntity ( _
	index As Integer _
) As Entity

Parameters

index
Type: System..::.Int32
The index to add the newly created entity at.

Return Value

The newly created entity.

See Also