Spread Windows Forms 12.0 Product Documentation
ScrolledEventArgs Constructor


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ScrolledEventArgs Class : 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.
See Also

Reference

ScrolledEventArgs Class
ScrolledEventArgs Members