Click or drag to resize

AnnotationUIRaiseScrollPositionChangedEvent Method

Use this method to force the OnScrollPositionChanged(ScrollPositionChangedEventArgs) method to be called.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void RaiseScrollPositionChangedEvent(
	ScrollPositionChangedEventArgs e
)

Parameters

e
Type: Atalasoft.Annotate.UIScrollPositionChangedEventArgs
A ScrollPositionChangedEventArgs containing information about this event.
Exceptions
ExceptionCondition
Thrown if the event args is null (Nothing in VB).
See Also