Search
DiagramView.HeaderResizedScript Property
See Also
 





Contains the name of a JavaScript function that should be invoked when the user resizes a header.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public string HeaderResizedScript { get; set; }

Visual Basic  Copy Code

Public Property HeaderResizedScript As String

 Property Value

A string specifying the name of a JavaScript function that should be invoked to handle the event.

 Remarks

Event handlers receive a sender argument and a HeaderResizeEvent argument providing more information about the event.

 See Also