ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / CalendarSettings Class / DisplayRangeChanged Event

In This Topic
    DisplayRangeChanged Event (CalendarSettings)
    In This Topic
    Occurs when display range changed.
    Syntax
    'Declaration
     
    
    Public Event DisplayRangeChanged As DateRangeEventHandler
    public event DateRangeEventHandler DisplayRangeChanged
    Event Data

    The event handler receives an argument of type 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