Calendar for WinForms | ComponentOne
C1.Win.Calendar Namespace / C1CalendarView Class / OnSelectionChanging Method

In This Topic
    OnSelectionChanging Method (C1CalendarView)
    In This Topic
    Rises the SelectionChanging event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSelectionChanging( _
       ByVal e As DateChangingEventArgs _
    ) 
    protected virtual void OnSelectionChanging( 
       DateChangingEventArgs e
    )

    Parameters

    e
    See Also