Search
DiagramBase.CellClicked Event
See Also
 






Raised when the user clicks a table's cell.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<CellEventArgs> CellClicked

Visual Basic  Copy Code

Public Event CellClicked As EventHandler(Of CellEventArgs)

 Remarks

If 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