Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / GroupedListBox Class / HandleItemSelection Method

In This Topic
    HandleItemSelection Method (GroupedListBox)
    In This Topic
    This API supports the C1.Silverlight infrastructure and is not intended to be used directly from your code.
    Syntax
    'Declaration
     
    
    Protected Overridable Shadows Sub HandleItemSelection( _
       ByVal item As ListBoxItem, _
       ByVal isMouseSelection As Boolean _
    ) 
    protected virtual new void HandleItemSelection( 
       ListBoxItem item,
       bool isMouseSelection
    )

    Parameters

    item
    isMouseSelection
    See Also