ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / OnSelectionChanged Method

In This Topic
    OnSelectionChanged Method
    In This Topic
    Rises the SelectionChanged event.
    Syntax
    'Declaration
     
    
    Protected Sub OnSelectionChanged( _
       ByVal e As EventArgs _
    ) 
    protected void OnSelectionChanged( 
       EventArgs e
    )

    Parameters

    e
    See Also