This event is generated when a scroll bar is used to scroll the image.

[Visual Basic] Public Event ScrollDispImage As ScrollDispEventHandler
[C#] public event ScrollDispEventHandler ScrollDispImage;

Event Data

The event handler receives arguments of type ScrollDispEventArgs.

Explanation

To generate this event, the image must be displayed in actual size and the ScrollBar property must be True.

Note: This event is not generated when a mouse drag is used to scroll the image (when the MouseDragImage property is true).

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation