Method OnSourceChanged
OnSourceChanged(BindableObject, object, object)
Called when a source property changes on a derived image source to raise the SourceChanged event.
protected static void OnSourceChanged(BindableObject bindable, object oldValue, object newValue)
Parameters
bindableBindableObjectThe bindable object.
oldValueobjectThe old value.
newValueobjectThe new value.