Table of Contents

Method RaiseDataContextChanged

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

RaiseDataContextChanged(object?, EventArgs)

Raises the DataContextChanged event with the specified sender and event data.

public static void RaiseDataContextChanged(object? sender, EventArgs e)

Parameters

sender object

The source of the event, typically the object whose data context has changed. This value can be null.

e EventArgs

An EventArgs instance containing the event data.