Table of Contents

Method RaiseDisposed

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

RaiseDisposed(object?, EventArgs)

Raises the Disposed event to notify subscribers that a control has been disposed.

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

Parameters

sender object

The source of the event, typically the control being disposed.

e EventArgs

An EventArgs instance containing event data. Typically, this is Empty.