Raised when a table's cell must be custom drawn.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DrawCellEventArgs> DrawCell |
Visual Basic
Copy Code
|
|---|
Public Event DrawCell As EventHandler(Of DrawCellEventArgs) |
Event DataDrawCell event handlers receive an argument of type DrawCellEventArgs.
See Also