The old range.
The new range.
The value, indicating whether the notification is fired during animation
VisibleRangeChangedEventArgs Constructor
Initializes a new instance of the VisibleRangeChangedEventArgs class.
Syntax
public VisibleRangeChangedEventArgs( 
   IRange oldRange,
   IRange newRange,
   bool isAnimationChange
)

Parameters

oldRange
The old range.
newRange
The new range.
isAnimationChange
The value, indicating whether the notification is fired during animation
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also