Interface IAddonEventHandle
Interface representing the data used for managing AddonEvents.
Assembly: Dalamud.dll
Declaration
public interface IAddonEventHandle
Properties
ParamKey
Gets the param key associated with this event.
Declaration
uint ParamKey { get; init; }
AddonName
Gets the name of the addon that this event was attached to.
Declaration
string AddonName { get; init; }
EventType
Gets the event type associated with this handle.
Declaration
AddonEventType EventType { get; init; }
EventGuid
Gets the unique ID for this handle.
Declaration
Guid EventGuid { get; init; }