Initializes a new instance of the ContainerChildEventArgs class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ContainerChildEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
A ContainerNode object related to the event.
A DiagramNode added to or removed from the container.
See Also