Search
DiagramBase.OnContainerChildRemoved Method
See Also
 





Raises the ContainerChildRemoved event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnContainerChildRemoved (
    ContainerChildEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnContainerChildRemoved( _
    e As ContainerChildEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also