MindFusion.Wpf Pack Programmer's Guide
DiagramBase.BeginLoad Event
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public event EventHandler BeginLoad

Visual Basic  Copy Code

Public Event BeginLoad As EventHandler

 Event Data

BeginLoad event handlers receive an argument of type EventArgs.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace
EndLoad Event