MindFusion.Wpf Pack Programmer's Guide
CellEventArgs.Cell Property
See Also
 





Get the cell for which the event is raised.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

CellEventArgs Members
CellEventArgs Class
MindFusion.Diagramming.Wpf Namespace