Table of Contents

Method OnSourceChanged

Namespace
SkiaSharp.Extended.UI.Controls
Assembly
SkiaSharp.Extended.UI.dll

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

bindable BindableObject

The bindable object.

oldValue object

The old value.

newValue object

The new value.