[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Initialisiert eine neue Instanz von ChildEventArgs<(Of <(<'TParent, TChild>)>)>.
Namespace: DynamicNode.ModelAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
| C# |
|---|
public ChildEventArgs( TParent parent, TChild child ) |
| Visual Basic |
|---|
Public Sub New ( _ parent As TParent, _ child As TChild _ ) |
| F# |
|---|
new : parent:'TParent * child:'TChild -> ChildEventArgs |