Search
RowEventArgs.Table Property
See Also
 





Get the table for which the event has been raised.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TableNode Table { get; }

Visual Basic  Copy Code

Public ReadOnly Property Table As TableNode

 Property Value

An instance of the TableNode class.

 See Also