Raised when a row header is clicked.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<RowMouseEventArgs> RowClicked |
Visual Basic
Copy Code
|
|---|
Public Event RowClicked As EventHandler(Of RowMouseEventArgs) |
Event DataRowClicked event handlers receive an argument of type RowMouseEventArgs.
See Also