MindFusion.Diagramming for Universal Windows Programmer's Guide
CellEventArgs.Cell Property
See Also
 






Get the cell for which the event is raised.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Cell Cell { get; }

Visual Basic  Copy Code

Public ReadOnly Property Cell As Cell

 Property Value

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

 See Also

CellEventArgs Members
CellEventArgs Class
MindFusion.Diagramming Namespace