Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / ActionCollection Class / SetItem Method

In This Topic
    SetItem Method (ActionCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetItem( _
       ByVal index As Integer, _
       ByVal item As Action _
    ) 
    protected virtual void SetItem( 
       int index,
       Action item
    )

    Parameters

    index
    item
    See Also