Search
DiagramAdapter.tableRowResized Method
See Also
 

Raised when the user finishes resizing a row in a table.

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

 Syntax

Java  Copy Code

public void tableRowResized (
    CellEvent e
)

 Parameters

e

A CellEvent object providing information about this event.

 See Also