Raised when the component ends loading diagram data from a file or memory stream.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler EndLoad |
Visual Basic
Copy Code
|
|---|
Public Event EndLoad As EventHandler |
Event DataEndLoad event handlers receive an argument of type EventArgs.
See Also