Raised to allow custom drawing of view rows.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DrawRowEventArgs> DrawRow |
Visual Basic
Copy Code
|
|---|
Public Event DrawRow As EventHandler(Of DrawRowEventArgs) |
Event DataDrawRow event handlers receive an argument of type DrawRowEventArgs.
See Also