ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / CalendarSettings Class / OnMonthChanged Method
An System.EventArgs that contains the event data.

In This Topic
    OnMonthChanged Method (CalendarSettings)
    In This Topic
    Raises the MonthChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnMonthChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnMonthChanged( 
       EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also