Search
WorksheetView.RowClicked Event
See Also
 






Raised when a row header is clicked.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public event EventHandler<RowMouseEventArgs> RowClicked

Visual Basic  Copy Code

Public Event RowClicked As EventHandler(Of RowMouseEventArgs)

 Event Data

RowClicked event handlers receive an argument of type RowMouseEventArgs.

 See Also