Input for WinForms | ComponentOne
C1.Framework Namespace / IconSet Class / OnCollectionChanged Method

In This Topic
    OnCollectionChanged Method (IconSet)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnCollectionChanged( _
       ByVal action As NotifyCollectionChangedAction, _
       ByVal index As Integer, _
       ByVal item As C1Icon _
    ) 
    protected virtual void OnCollectionChanged( 
       NotifyCollectionChangedAction action,
       int index,
       C1Icon item
    )

    Parameters

    action
    index
    item
    See Also