Northwoods.GoWPF 1.3.5 Assembly
OnViewportBoundsChanged Method
See Also  Send Feedback
Northwoods.GoXam Namespace > DiagramPanel Class : OnViewportBoundsChanged Method

e
Raise the ViewportBoundsChanged event.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnViewportBoundsChanged( _
   ByVal e As RoutedPropertyChangedEventArgs(Of Rect) _
) 
C# 
protected virtual void OnViewportBoundsChanged( 
   RoutedPropertyChangedEventArgs<Rect> e
)

Parameters

e

Remarks

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

Requirements

See Also

© 2012 All Rights Reserved.