Raised when the user clicks a table's cell.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<CellEventArgs> CellClicked |
Visual Basic
Copy Code
|
|---|
Public Event CellClicked As EventHandler(Of CellEventArgs) |
Event DataCellClicked event handlers receive an argument of type CellEventArgs.
See Also