Click or drag to resize
DigitalRuneScrollViewerOnUpdate Method
Called when the game object should be updated.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
protected override void OnUpdate(
	TimeSpan deltaTime
)

Parameters

deltaTime
Type: SystemTimeSpan
The elapsed time since the last frame.
Remarks
This method is automatically called in Update(TimeSpan) if the game object hasn't already been updated in the current time step.
See Also