ComponentOne Scheduler for WinForms
DisplayRangeChanged Event

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Calendar Class : DisplayRangeChanged Event
Occurs when display range changed.
Syntax
'Declaration
 
Public Event DisplayRangeChanged As System.Windows.Forms.DateRangeEventHandler
public event System.Windows.Forms.DateRangeEventHandler DisplayRangeChanged
Event Data

The event handler receives an argument of type System.Windows.Forms.DateRangeEventArgs containing data related to this event. The following DateRangeEventArgs properties provide information specific to this event.

PropertyDescription
Gets the last date/time value in the range that the user has selected.  
Gets the first date/time value in the range that the user has selected.  
See Also