Search
DiagramView.SelectionMovingScript Property
See Also
 





Contains the name of a JavaScript function that should be invoked while the user is moving multiple selected items, this event lets you cancel the modification.

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

 Syntax

C#  Copy Code

public string SelectionMovingScript { get; set; }

Visual Basic  Copy Code

Public Property SelectionMovingScript As String

 Property Value

 See Also