Skip to main content

Delegate IPartyFinderGui.PartyFinderListingEventDelegate

Event type fired each time the game receives an individual Party Finder listing. Cannot modify listings but can hide them.

Assembly: Dalamud.dll
Declaration
public delegate void IPartyFinderGui.PartyFinderListingEventDelegate(IPartyFinderListing listing, IPartyFinderListingEventArgs args)

Methods

Invoke(IPartyFinderListing, IPartyFinderListingEventArgs)

Declaration
public virtual void Invoke(IPartyFinderListing listing, IPartyFinderListingEventArgs args)
Parameters
TypeName
Dalamud.Game.Gui.PartyFinder.Types.IPartyFinderListinglisting
Dalamud.Game.Gui.PartyFinder.Types.IPartyFinderListingEventArgsargs

BeginInvoke(IPartyFinderListing, IPartyFinderListingEventArgs, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(IPartyFinderListing listing, IPartyFinderListingEventArgs args, AsyncCallback callback, object @object)
Returns

System.IAsyncResult

Parameters
TypeName
Dalamud.Game.Gui.PartyFinder.Types.IPartyFinderListinglisting
Dalamud.Game.Gui.PartyFinder.Types.IPartyFinderListingEventArgsargs
System.AsyncCallbackcallback
System.Objectobject

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
TypeName
System.IAsyncResultresult