Skip to main content

Delegate INamePlateGui.OnPlateUpdateDelegate

The delegate used for receiving nameplate update events.

Assembly: Dalamud.dll
Declaration
public delegate void INamePlateGui.OnPlateUpdateDelegate(INamePlateUpdateContext context, IReadOnlyList<INamePlateUpdateHandler> handlers)

Methods

Invoke(INamePlateUpdateContext, IReadOnlyList<INamePlateUpdateHandler>)

Declaration
public virtual void Invoke(INamePlateUpdateContext context, IReadOnlyList<INamePlateUpdateHandler> handlers)
Parameters
TypeName
Dalamud.Game.Gui.NamePlate.INamePlateUpdateContextcontext
System.Collections.Generic.IReadOnlyList<Dalamud.Game.Gui.NamePlate.INamePlateUpdateHandler>handlers

BeginInvoke(INamePlateUpdateContext, IReadOnlyList<INamePlateUpdateHandler>, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(INamePlateUpdateContext context, IReadOnlyList<INamePlateUpdateHandler> handlers, AsyncCallback callback, object @object)
Returns

System.IAsyncResult

Parameters
TypeName
Dalamud.Game.Gui.NamePlate.INamePlateUpdateContextcontext
System.Collections.Generic.IReadOnlyList<Dalamud.Game.Gui.NamePlate.INamePlateUpdateHandler>handlers
System.AsyncCallbackcallback
System.Objectobject

EndInvoke(IAsyncResult)

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