'Declaration <NullableContextAttribute(2)> Protected Overrides Sub OnItemsSourceChanged( _ ByVal oldValue As IEnumerable, _ ByVal newValue As IEnumerable _ )
'Usage Dim instance As DataGridControl Dim oldValue As IEnumerable Dim newValue As IEnumerable instance.OnItemsSourceChanged(oldValue, newValue)
[NullableContext(2)] protected override void OnItemsSourceChanged( IEnumerable? oldValue, IEnumerable? newValue )
Parameters
- oldValue
- Old value of the ItemsSource property.
- newValue
New value of the ItemsSource property.