Search
DiagramBase.OnSetSelfLoopShape Method
See Also
 





Raises the SetSelfLoopShape event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnSetSelfLoopShape (
    LinkShapeEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnSetSelfLoopShape( _
    e As LinkShapeEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also