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