Called after successful deserialization.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual void OnLoad () |
Visual Basic
Copy Code
|
|---|
Public Overridable Sub OnLoad () |
RemarksOverride this method if you need to update the state of items after successfully loading a diagram.
See Also