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
C# Copy Code |
---|
public string HeaderResizedScript { get; set; } |
Visual Basic Copy Code |
---|
Public Property HeaderResizedScript As String |
A string specifying the name of a JavaScript function that should be invoked to handle the event.
Event handlers receive a sender argument and a HeaderResizeEvent argument providing more information about the event.