Search
DiagramBase.OnBeginLoad Method
See Also
 





Raises the BeginLoad event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnBeginLoad (
    EventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnBeginLoad( _
    e As EventArgs _
)

 Parameters

e

An object providing the event data.

 See Also