Raised when a table's cell must be custom drawn.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<DrawCellEventArgs> DrawCell |
Visual Basic Copy Code |
---|
Public Event DrawCell As EventHandler(Of DrawCellEventArgs) |
DrawCell event handlers receive an argument of type DrawCellEventArgs.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |