Allows overriders to create a new entity and add it to the managed collection.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)
Syntax
| C# |
|---|
protected override Entity CreateNewEntity( int index ) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Function CreateNewEntity ( _ index As Integer _ ) As Entity |
Parameters
- index
- Type: System..::.Int32
The index to add the newly created entity at.