Table of Contents

Method OnSourceChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

OnSourceChanged(object, object)

This method is invoked when the Source property changes.

protected virtual void OnSourceChanged(object oldSource, object newSource)

Parameters

oldSource object

The old value of the Source property.

newSource object

The new value of the Source property.