Initializes a new instance of the BoundsChangeRequestedEventArgs class.

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 BoundsChangeRequestedEventArgs(
	DiagramNodeElement node,
	FrameworkElement contentElement
)
Visual Basic (Declaration)
Public Sub New ( _
	node As DiagramNodeElement, _
	contentElement As FrameworkElement _
)

Parameters

node
Type: Mindscape.WpfDiagramming.Foundation..::.DiagramNodeElement
The DiagramNodeElement that the bounds change is to be applied to.
contentElement
Type: System.Windows..::.FrameworkElement
The FrameworkElement that is causing the bounds change request.

See Also