Search
ComponentBase.OnAddedToParent Method
See Also
 





Invoked when the component is added to a parent component.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnAddedToParent ()

Visual Basic  Copy Code

Protected Overridable Sub OnAddedToParent ()

 See Also