MindFusion.Wpf Pack Programmer's Guide
DiagramBase.SelectionStartModifying Event
See Also
 





A validation event raised when the user starts moving or resizing multiple selected items.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public event EventHandler<SelectionValidationEventArgs> SelectionStartModifying

Visual Basic  Copy Code

Public Event SelectionStartModifying As EventHandler(Of SelectionValidationEventArgs)

 Event Data

SelectionStartModifying event handlers receive an argument of type SelectionValidationEventArgs. The following SelectionValidationEventArgs members provide information relevant to the event:

Member name

Description

Cancel

Gets or sets a value indicating whether to prevent the user from completing the operation.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace