Search
DiagramView.HeaderResizedScript Method
See Also
 





Sets the name of a JavaScript function that should be invoked when the user finished resizing a header.

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

 Syntax

C#  Copy Code

public DiagramView HeaderResizedScript (
    string value
)

Visual Basic  Copy Code

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

 Parameters

value

A string specifying the name of the client-side event handler.

 Return Value

Returns this instance for method chaining.

 Remarks

This event is raised when AllowResizeHeaders is enabled and the user resizes a grid column or row.

 See Also