Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / ReminderCollection Class / RemoveItem Method
The zero-based index of the item to remove.

In This Topic
    RemoveItem Method (ReminderCollection)
    In This Topic
    Overrides default behavior.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    protected override void RemoveItem( 
       int index
    )

    Parameters

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