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