Raised when a row of the active worksheet 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.
RemarksThis event can be used to display a context menu when a row header is right-clicked with the mouse.
See Also