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
| Type | Name |
|---|---|
| Dalamud.Game.Gui.PartyFinder.Types.IPartyFinderListing | listing |
| Dalamud.Game.Gui.PartyFinder.Types.IPartyFinderListingEventArgs | args |
BeginInvoke(IPartyFinderListing, IPartyFinderListingEventArgs, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(IPartyFinderListing listing, IPartyFinderListingEventArgs args, AsyncCallback callback, object @object)
Returns
System.IAsyncResult
Parameters
| Type | Name |
|---|---|
| Dalamud.Game.Gui.PartyFinder.Types.IPartyFinderListing | listing |
| Dalamud.Game.Gui.PartyFinder.Types.IPartyFinderListingEventArgs | args |
System.AsyncCallback | callback |
System.Object | object |
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type | Name |
|---|---|
System.IAsyncResult | result |