Northwoods.GoWPF 1.3.5 Assembly
DiagramBoundsChanged Event
See Also  Send Feedback
Northwoods.GoXam Namespace > DiagramPanel Class : DiagramBoundsChanged Event

This event occurs when the diagram's bounds or alignment changes.

Syntax

Visual Basic (Declaration) 
Public Event DiagramBoundsChanged As RoutedPropertyChangedEventHandler(Of Rect)
C# 
public event RoutedPropertyChangedEventHandler<Rect> DiagramBoundsChanged

Remarks

The panel raises this event when the DiagramPanel.DiagramBounds, the FixedBounds, HorizontalContentAlignment, or VerticalContentAlignment properties change.

Requirements

See Also

© 2012 All Rights Reserved.