ASP.NET Pack Programmer's Guide
DiagramBase.EndLoad Event
See Also
 





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

Namespace: MindFusion.Diagramming
Package: 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

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming Namespace
BeginLoad Event
ActionRedone Event