'Declaration Protected Overridable Sub OnItemsSourceChanged( _ ByVal oldValue As IList, _ ByVal newValue As IList _ )
'Usage Dim instance As PrimitiveTypeCollectionControl Dim oldValue As IList Dim newValue As IList instance.OnItemsSourceChanged(oldValue, newValue)
Parameters
- oldValue
- The old value.
- newValue
- The new value.