Search
DiagramAdapter.tableRowResizing Method
See Also
 

Raised when the user resizes a row in a table interactively.

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

 Syntax

Java  Copy Code

public void tableRowResizing (
    CellValidationEvent e
)

 Parameters

e

A CellValidationEvent object providing information about this event.

 See Also