Raised when the user double-clicks a table's cell.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public event EventHandler<CellEventArgs> CellDoubleClicked |
Visual Basic
![]() |
---|
Public Event CellDoubleClicked As EventHandler(Of CellEventArgs) |
If there is some handler attached to this event, NodeDoubleClicked won't be raised for the table that contains the clicked cell, but only CellDoubleClicked.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |