Search
TabbedDiagramView.PageRemovingScript Method
See Also
 





Sets the name of a JavaScript function that should be invoked before a page is removed from a TabbedDiagramView control.

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

 Syntax

C#  Copy Code

public TabbedDiagramView PageRemovingScript (
    string value
)

Visual Basic  Copy Code

Public Function PageRemovingScript( _
    value As String _
) As TabbedDiagramView

 Parameters

value

The name of the function

 Return Value

 See Also