MindFusion.Wpf Pack Programmer's Guide
RowEventArgs Constructor
See Also
 





Initializes a new instance of the RowEventArgs class.

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

 Syntax

C#  Copy Code

public RowEventArgs (
    TableNode table,
    int rowIndex
)

Visual Basic  Copy Code

Public New ( _
    table As TableNode, _
    rowIndex As Integer _
)

 Parameters

table
The TableNode related to the event.
rowIndex

The zero-based index of the table row related to the event.

 See Also

RowEventArgs Class
MindFusion.Diagramming.Wpf Namespace