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

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

    Parameters

    e
    See Also