Initializes a new instance of the RowEventArgs class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public RowEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The TableNode related to the event.
The zero-based index of the table row related to the event.
See Also