Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / 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 System.Integer, _
       ByVal item As Action _
    ) 
    protected override void InsertItem( 
       System.int index,
       Action item
    )

    Parameters

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