Get the cell for which the event is raised.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Cell Cell { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Cell As Cell |
An instance of the Cell class specifying the cell related to the event.
See Also