[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initialisiert eine neue Instanz von ChildEventArgs<(Of <(<'TParent, TChild>)>)>.

Namespace: DynamicNode.Model
Assembly: 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

Parameters

parent
Type: TParent
Das betroffene Elternobjekt.
child
Type: TChild
Das betroffene Kindobjekt.

See Also