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) |
RemarksIf there is some handler attached to this event, NodeClicked won't be raised for the table that contains the clicked cell, but only CellClicked.
See Also