Table of Contents

Event DataContextChanged

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

Occurs when the data context of the associated object changes.

public static event EventHandler? DataContextChanged

Returns

EventHandler
Occurs when the data context of the associated object changes.

Remarks

This event is raised whenever the data context is updated, allowing subscribers to respond to changes in the context. The event handler receives an EventArgs instance, which does not contain additional information about the change.