Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / ActionCollection Class / InsertItem Method
The zero-based index of the item.
The Action object to insert.

In This Topic
    InsertItem Method (ActionCollection)
    In This Topic
    Overrides default behavior.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub InsertItem( _
       ByVal index As Integer, _
       ByVal item As Action _
    ) 
    protected override void InsertItem( 
       int index,
       Action item
    )

    Parameters

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