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
SyntaxC#
Copy Code
|
|---|
public DiagramView HeaderStartResizingScript ( |
Visual Basic
Copy Code
|
|---|
Public Function HeaderStartResizingScript( _ |
A string specifying the name of the client-side event handler.
Returns this instance for method chaining.
RemarksThis is a validation event raised when AllowResizeHeaders is enabled and the user starts resizing a grid column or row.
See Also