Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / VisualIntervalsPresenter Class / OnSelectionChanged Method

In This Topic
    OnSelectionChanged Method (VisualIntervalsPresenter)
    In This Topic
    Overrides the base class behavior. Only continuous selection is supported.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnSelectionChanged( _
       ByVal e As SelectionChangedEventArgs _
    ) 
    protected override void OnSelectionChanged( 
       SelectionChangedEventArgs e
    )

    Parameters

    e
    See Also