Intersoft ClientUI Documentation
ScrollEventArgs Constructor



Initializes a new instance of the ScrollEventArgs class.
Syntax
Public Function New( _
   ByVal newValue As Double, _
   ByVal eventType As ScrollEventType _
)
Dim newValue As Double
Dim eventType As ScrollEventType
 
Dim instance As New ScrollEventArgs(newValue, eventType)
public ScrollEventArgs( 
   double newValue,
   ScrollEventType eventType
)
public:
ScrollEventArgs( 
   double newValue,
   ScrollEventType eventType
)

Parameters

newValue
eventType
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScrollEventArgs Class
ScrollEventArgs Members

Send Feedback