Table of Contents

Delegate BarterItemVM.BarterTransferEventDelegate

Namespace
TaleWorlds.CampaignSystem.ViewModelCollection.Barter
Assembly
TaleWorlds.CampaignSystem.ViewModelCollection.dll
public delegate void BarterItemVM.BarterTransferEventDelegate(BarterItemVM itemVM, bool transferAll)

Parameters

itemVM BarterItemVM
transferAll bool
Extension Methods

Constructors

BarterTransferEventDelegate(object, IntPtr)

public BarterTransferEventDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(BarterItemVM, bool, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(BarterItemVM itemVM, bool transferAll, AsyncCallback callback, object @object)

Parameters

itemVM BarterItemVM
transferAll bool
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(BarterItemVM, bool)

public virtual void Invoke(BarterItemVM itemVM, bool transferAll)

Parameters

itemVM BarterItemVM
transferAll bool

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