Table of Contents

Method RaiseBeforeHandleDestroyed

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

RaiseBeforeHandleDestroyed(EventArgs)

Raises the BeforeHandleDestroyed event and invokes the OnBeforeHandleDestroyed method.

public void RaiseBeforeHandleDestroyed(EventArgs e)

Parameters

e EventArgs

An EventArgs instance containing the event data.

Remarks

This method ensures that the BeforeHandleDestroyed event is raised only if the object is not in a disposing or disposed state.