Search
WorkbookView.RowClicked Event
See Also
 






Raised when a row header is clicked.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 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.

 Remarks

This event can be used to display a context menu when a row header is right-clicked with the mouse.

 See Also