Table of Contents

Delegate WidgetSearchDelegate

Namespace
TaleWorlds.GauntletUI.BaseTypes
Assembly
TaleWorlds.GauntletUI.dll
public delegate bool WidgetSearchDelegate(Widget widget)

Parameters

widget Widget

Returns

bool
Extension Methods

Constructors

WidgetSearchDelegate(object, IntPtr)

public WidgetSearchDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Widget, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Widget widget, AsyncCallback callback, object @object)

Parameters

widget Widget
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual bool EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

bool

Invoke(Widget)

public virtual bool Invoke(Widget widget)

Parameters

widget Widget

Returns

bool

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