Search
RowEventArgs Constructor
See Also
 





Initializes a new instance of the RowEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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