ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / ComboBoxItemList Class / OnCollectionChanged Method / OnCollectionChanged(NotifyCollectionChangedAction,Object,Int32) Method

In This Topic
    OnCollectionChanged(NotifyCollectionChangedAction,Object,Int32) Method
    In This Topic
    Fires the CollectionChanged event.
    Syntax
    'Declaration
     
    
    Protected Overloads Sub OnCollectionChanged( _
       ByVal action As NotifyCollectionChangedAction, _
       ByVal item As Object, _
       ByVal index As Integer _
    ) 
    protected void OnCollectionChanged( 
       NotifyCollectionChangedAction action,
       object item,
       int index
    )

    Parameters

    action
    item
    index
    See Also