Raised when the user double-clicks a table's cell.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<CellEventArgs> CellDoubleClicked |
Visual Basic
Copy Code
|
|---|
Public Event CellDoubleClicked As EventHandler(Of CellEventArgs) |
RemarksIf 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