MindFusion.Wpf 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.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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.Wpf Namespace
BeginLoad Event
ActionRedone Event