Search
DiagramBase.EndLoad Event
See Also
 





Raised when the component ends loading diagram data from a file or memory stream.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler EndLoad

Visual Basic  Copy Code

Public Event EndLoad As EventHandler

 Event Data

EndLoad event handlers receive an argument of type EventArgs.

 See Also