Search
DiagramBase.CellDoubleClicked Event
See Also
 






Raised when the user double-clicks a table's cell.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<CellEventArgs> CellDoubleClicked

Visual Basic  Copy Code

Public Event CellDoubleClicked As EventHandler(Of CellEventArgs)

 Remarks

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.

 See Also