Search
DiagramBase.SelectionModifying Event
See Also
 






Raised while the user is moving or resizing multiple selected items, this event lets you cancel the modification.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<SelectionValidationEventArgs> SelectionModifying

Visual Basic  Copy Code

Public Event SelectionModifying As EventHandler(Of SelectionValidationEventArgs)

 Remarks

This event is raised after each mouse movement while modifying a selection of items.

 See Also