Accusoft.ImagXpressSdk Namespace > ImageXView Class : ScrollEvent Event |
'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
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.
Property | Description |
---|---|
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. |