DroidDiagram Programmer's Guide
RowEvent Constructor
See Also
 






Contains the arguments passed to handlers of table row-related events.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public RowEvent (
    Object source,
    TableNode table,
    int rowIndex
)

 Parameters

source

The source of the event.

table

The TableNode containing the event data.

rowIndex

The index of the row containing the event data.

 See Also

RowEvent Class
com.mindfusion.diagramming Namespace