Table of Contents

Method RaiseNameChanged

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

RaiseNameChanged(object?, EventArgs)

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

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

Parameters

sender object

The source of the event. This can be null if the event is not associated with a specific object.

e EventArgs

An EventArgs instance containing the event data.