Inserts a new object to this EntityListViewBase before the current selection position or at the end of the collection.

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

Syntax

C#
public virtual void InsertNew(
	bool isAdd
)
Visual Basic (Declaration)
Public Overridable Sub InsertNew ( _
	isAdd As Boolean _
)

Parameters

isAdd
Type: System..::.Boolean

See Also