Search
DiagramItem.OnLoad Method
See Also
 





Called after successful deserialization.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void OnLoad ()

Visual Basic  Copy Code

Public Overridable Sub OnLoad ()

 Remarks

Override this method if you need to update the state of items after successfully loading a diagram.

 See Also