MindFusion.Wpf Pack Programmer's Guide
DiagramBase.OnDrawCell Method
See Also
 





Raises the DrawCell event.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace