Raised when the user clicks a table's cell.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public event EventHandler<CellEventArgs> CellClicked |
Visual Basic
![]() |
---|
Public Event CellClicked As EventHandler(Of CellEventArgs) |
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.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |