Search
DiagramBase.OnDrawBranchIndicator Method
See Also
 





Raises the DrawBranchIndicator event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnDrawBranchIndicator (
    DrawBranchIndicatorEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnDrawBranchIndicator( _
    e As DrawBranchIndicatorEventArgs _
)

 Parameters

e

A DrawBranchIndicatorEventArgs that contains the event data.

 See Also