Search
DiagramView.HeaderStartResizingScript Method
See Also
 





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

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

 Syntax

C#  Copy Code

public DiagramView HeaderStartResizingScript (
    string value
)

Visual Basic  Copy Code

Public Function HeaderStartResizingScript( _
    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 is a validation event raised when AllowResizeHeaders is enabled and the user starts resizing a grid column or row.

 See Also