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