Search
DiagramBase.OnDrawBackground Method
See Also
 





Raises the DrawBackground event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnDrawBackground (
    DiagramEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnDrawBackground( _
    e As DiagramEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also