GoXam for WPF v3
OnViewportBoundsChanged Method
Northwoods.GoXam Namespace > DiagramPanel Class : OnViewportBoundsChanged Method
Raise the ViewportBoundsChanged event.
Syntax
protected virtual void OnViewportBoundsChanged( 
   RoutedPropertyChangedEventArgs<Rect> e
)

Parameters

e
Remarks
The X or Y may have changed because of a change to Position. The Width or Height may have changed either because the DiagramPanel has changed size or because the Scale has changed value. If the Width or Height has changed, this invalidates a Layout that depends on Northwoods.GoXam.Layout.LayoutChange.ViewportSizeChanged.
See Also

Reference

DiagramPanel Class
DiagramPanel Members