Search
DiagramAdapter.tableColumnResized Method
See Also
 

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

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

 Syntax

Java  Copy Code

public void tableColumnResized (
    CellEvent e
)

 Parameters

e

A CellEvent object providing information about this event.

 See Also