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