Called when a new predecessor item is added to the collection by calling InsertNewItem method and the event handlers of the NewItem event haven't set up the new predecessor item themselves.
Namespace:
DlhSoft.Windows.DataAssembly: 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 predecessor item.