Table of Contents

Delegate ScreenBase.OnLayerRemovedEvent

Namespace
TaleWorlds.ScreenSystem
Assembly
TaleWorlds.ScreenSystem.dll
public delegate void ScreenBase.OnLayerRemovedEvent(ScreenLayer removedLayer)

Parameters

removedLayer ScreenLayer
Extension Methods

Constructors

OnLayerRemovedEvent(object, IntPtr)

public OnLayerRemovedEvent(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(ScreenLayer, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(ScreenLayer removedLayer, AsyncCallback callback, object @object)

Parameters

removedLayer ScreenLayer
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(ScreenLayer)

public virtual void Invoke(ScreenLayer removedLayer)

Parameters

removedLayer ScreenLayer

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).