Initializes a new instance of the NewItemEventArgs class.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
C# |
---|
public NewItemEventArgs( Entity parentEntity, params Object[] parameters ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ parentEntity As Entity, _ ParamArray parameters As Object() _ ) |
Parameters
- parentEntity
- Type: DlhSoft.Windows.Data..::.Entity
The parent entity of the new item.
- parameters
- Type: array<
System..::.Object
>[]()[]
List of parameters used for actually creating the new item.