Search
DiagramBase.OnSelectionModifying Method
See Also
 





Raises the SelectionModifying event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnSelectionModifying (
    SelectionValidationEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnSelectionModifying( _
    e As SelectionValidationEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also