Table of Contents

Delegate ScreenManager.OnPushScreenEvent

Namespace
TaleWorlds.ScreenSystem
Assembly
TaleWorlds.ScreenSystem.dll
public delegate void ScreenManager.OnPushScreenEvent(ScreenBase pushedScreen)

Parameters

pushedScreen ScreenBase
Extension Methods

Constructors

OnPushScreenEvent(object, IntPtr)

public OnPushScreenEvent(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(ScreenBase, AsyncCallback, object)

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

Parameters

pushedScreen 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 pushedScreen)

Parameters

pushedScreen ScreenBase

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