Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / StatusList Class / SetItem Method
The zero-based index of the item.
The object to set.

In This Topic
    SetItem Method (StatusList)
    In This Topic
    Overrides default behavior of Collection. Prevents from adding items non-existent in the parent collection.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetItem( _
       ByVal index As Integer, _
       ByVal item As Status _
    ) 
    protected virtual void SetItem( 
       int index,
       Status item
    )

    Parameters

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