Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / ResourceCollection Class / RemoveItem Method
The zero-based index of the item to remove.

In This Topic
    RemoveItem Method (ResourceCollection)
    In This Topic
    Overrides base class implementation.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    protected virtual void RemoveItem( 
       int index
    )

    Parameters

    index
    The zero-based index of the item to remove.
    See Also