Spread Windows Forms 7.0 Product Documentation
ScrolledEventArgs Constructor
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ScrolledEventArgs Class : ScrolledEventArgs Constructor


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

Glossary Item Box

Initializes a new instance of the System.Windows.Forms.ScrollEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal start As Date, _
   ByVal end As Date _
)
Visual Basic (Usage)Copy Code
Dim start As Date
Dim end As Date
 
Dim instance As New ScrolledEventArgs(start, end)
C# 
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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.