Table of Contents

Delegate ScreenManager.OnPopScreenEvent

Namespace
TaleWorlds.ScreenSystem
Assembly
TaleWorlds.ScreenSystem.dll
public delegate void ScreenManager.OnPopScreenEvent(ScreenBase poppedScreen)

Parameters

poppedScreen ScreenBase
Extension Methods

Constructors

OnPopScreenEvent(object, IntPtr)

public OnPopScreenEvent(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(ScreenBase, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(ScreenBase poppedScreen, AsyncCallback callback, object @object)

Parameters

poppedScreen ScreenBase
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(ScreenBase)

public virtual void Invoke(ScreenBase poppedScreen)

Parameters

poppedScreen ScreenBase

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