Search
DiagramView.TableRowResizedScript Method
See Also
 





Sets the name of a JavaScript function that should be invoked when the user finishes resizing a row in a table interactively.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public DiagramView TableRowResizedScript (
    string value
)

Visual Basic  Copy Code

Public Function TableRowResizedScript( _
    value As String _
) As DiagramView

 Parameters

value

 Return Value

 See Also