Search
DiagramBase.OnDrawCell Method
See Also
 





Raises the DrawCell event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnDrawCell (
    DrawCellEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnDrawCell( _
    e As DrawCellEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also