Intersoft ClientUI Documentation
ScrollEventArgs Constructor
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > ScrollEventArgs Class : ScrollEventArgs Constructor






newValue
eventType
Initializes a new instance of the ScrollEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal newValue As Double, _
   ByVal eventType As ScrollEventType _
)
Visual Basic (Usage)Copy Code
Dim newValue As Double
Dim eventType As ScrollEventType
 
Dim instance As New ScrollEventArgs(newValue, eventType)
C# 
public ScrollEventArgs( 
   double newValue,
   ScrollEventType eventType
)
Delphi 
public ScrollEventArgs( 
    newValue: Double;
    eventType: ScrollEventType
); 
JScript 
public function ScrollEventArgs( 
   newValue : double,
   eventType : ScrollEventType
);
Managed Extensions for C++ 
public: ScrollEventArgs( 
   double newValue,
   ScrollEventType eventType
)
C++/CLI 
public:
ScrollEventArgs( 
   double newValue,
   ScrollEventType eventType
)

Parameters

newValue
eventType

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.