Scheduler for WPF | ComponentOne
C1.Schedule Namespace / DayCollection Class / RemoveItem Method

In This Topic
    RemoveItem Method (DayCollection)
    In This Topic
    Removes the element at the specified index of the KeyedCollection.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    protected override void RemoveItem( 
       int index
    )

    Parameters

    index
    See Also