Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CoverElementChunkCollection Class / SetItem Method

In This Topic
    SetItem Method (CoverElementChunkCollection)
    In This Topic
    Overrides the default behavior.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub SetItem( _
       ByVal index As Integer, _
       ByVal item As CoverElementChunk _
    ) 
    protected override void SetItem( 
       int index,
       CoverElementChunk item
    )

    Parameters

    index
    item
    See Also