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
| Type | Name |
|---|---|
| Dalamud.Game.Gui.NamePlate.INamePlateUpdateContext | context |
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
| Type | Name |
|---|---|
| Dalamud.Game.Gui.NamePlate.INamePlateUpdateContext | context |
System.Collections.Generic.IReadOnlyList<Dalamud.Game.Gui.NamePlate.INamePlateUpdateHandler> | handlers |
System.AsyncCallback | callback |
System.Object | object |
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type | Name |
|---|---|
System.IAsyncResult | result |