Occurs whenever a bounds change for this DiagramNodeElement is requested.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public event EventHandler<BoundsChangeRequestedEventArgs> BoundsChangeRequested
Visual Basic (Declaration)
Public Event BoundsChangeRequested As EventHandler(Of BoundsChangeRequestedEventArgs)

See Also