MindFusion.Wpf Pack Programmer's Guide
WorkbookView.CellClicked Event
See Also
 





Raised when a cell is clicked.

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

 Syntax

C#  Copy Code

public event EventHandler<CellMouseEventArgs> CellClicked

Visual Basic  Copy Code

Public Event CellClicked As EventHandler(Of CellMouseEventArgs)

 Event Data

CellClicked event handlers receive an argument of type CellMouseEventArgs.

 Remarks

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

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace