Accusoft.ImagXpress13.Net
ScrollEvent Event




Thrown during a scroll event.
Syntax
'Declaration
 
Public Event ScrollEvent As ImageXView.ScrollEventHandler
'Usage
 
Dim instance As ImageXView
Dim handler As ImageXView.ScrollEventHandler
 
AddHandler instance.ScrollEvent, handler
public event ImageXView.ScrollEventHandler ScrollEvent
public: __event ImageXView.ScrollEventHandler* ScrollEvent
public:
event ImageXView.ScrollEventHandler^ ScrollEvent
Event Data

The event handler receives an argument of type ScrollEventArgs containing data related to this event. The following ScrollEventArgs properties provide information specific to this event.

PropertyDescription
NewValue Gets the new location within the scroll range.
ScrollBar Gets which scrollbar the event pertains to.
Type Gets the type of scroll event that occurred.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback