Search
DiagramBase.DrawCell Event
See Also
 






Raised when a table's cell must be custom drawn.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<DrawCellEventArgs> DrawCell

Visual Basic  Copy Code

Public Event DrawCell As EventHandler(Of DrawCellEventArgs)

 Event Data

DrawCell event handlers receive an argument of type DrawCellEventArgs.

 See Also