Spread Windows Forms 10.0 Product Documentation
Scrolled Event


Occurs when the drop-down calendar is scrolled.
Syntax
'Declaration
 
Public Event Scrolled As ScrolledEventHandler
'Usage
 
Dim instance As DropDownCalendar
Dim handler As ScrolledEventHandler
 
AddHandler instance.Scrolled, handler
public event ScrolledEventHandler Scrolled
Event Data

The event handler receives an argument of type ScrolledEventArgs containing data related to this event. The following ScrolledEventArgs properties provide information specific to this event.

PropertyDescription
EndDateGets the last (end) date in view.  
StartDateGets the first (start) date in value.  
Remarks
This event occurs when the displayed month or year changes. For example, click a navigator button or select a different value in the navigator tip.
Requirements

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

See Also

Reference

DropDownCalendar Class
DropDownCalendar Members

 

 


Copyright © GrapeCity, inc. All rights reserved.