ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / 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 System.Collections.Specialized.NotifyCollectionChangedAction, _
       ByVal index As System.Integer, _
       ByVal item As C1Icon _
    ) 
    protected virtual void OnCollectionChanged( 
       System.Collections.Specialized.NotifyCollectionChangedAction action,
       System.int index,
       C1Icon item
    )

    Parameters

    action
    index
    item
    See Also