Spread Windows Forms 8.0 Product Documentation
ScrolledEventArgs Constructor


The first (start) date in view.
The last (end) date in view.
Initializes a new instance of the System.Windows.Forms.ScrollEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As Date, _
   ByVal end As Date _
)
'Usage
 
Dim start As Date
Dim end As Date
 
Dim instance As New ScrolledEventArgs(start, end)
public ScrolledEventArgs( 
   DateTime start,
   DateTime end
)

Parameters

start
The first (start) date in view.
end
The last (end) date in view.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

ScrolledEventArgs Class
ScrolledEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.