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

This event occurs when the viewport changes.

Syntax

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

Remarks

The panel raises this event when the DiagramPanel.Position, DiagramPanel.Scale or size properties change, since those properties affect the value of ViewportBounds.

Requirements

See Also

© 2012 All Rights Reserved.