Search
CellEventArgs.Cell Property
See Also
 





Get the cell for which the event is raised.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TableNode.Cell Cell { get; }

Visual Basic  Copy Code

Public ReadOnly Property Cell As TableNode.Cell

 Property Value

An instance of the TableNode.Cell class specifying the cell related to the event.

 See Also