ActiveReports 8
Scroll Event (ReportExplorer)

Syntax
'Declaration
 
Public Event Scroll As System.Windows.Forms.ScrollEventHandler
public event System.Windows.Forms.ScrollEventHandler Scroll
Event Data

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

PropertyDescription
NewValueGets or sets the new System.Windows.Forms.ScrollBar.Value of the scroll bar.  
OldValueGets the old System.Windows.Forms.ScrollBar.Value of the scroll bar.  
ScrollOrientationGets the scroll bar orientation that raised the Scroll event.  
TypeGets the type of scroll event that occurred.  
See Also

Reference

ReportExplorer Class
ReportExplorer Members

Support Forum