Table of Contents

Method RaiseDataContextChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RaiseDataContextChanged(object?, object?)

protected virtual void RaiseDataContextChanged(object? oldValue, object? newValue)

Parameters

oldValue object
newValue object

Remarks

This method is called to notify subscribers that the data context has changed. Derived classes can override this method to provide additional behavior when the event is raised.