Class AddonFinalizeArgs
Addon argument data for ReceiveEvent events.
Assembly: Dalamud.dll
View Source
Declaration
public class AddonFinalizeArgs : AddonArgs, ICloneable
Inheritance: System.Object
-> Dalamud.Game.Addon.Lifecycle.AddonArgTypes.AddonArgs
Implements:
System.ICloneable
Properties
Type
Gets the type of these args.
View Source
Declaration
public override AddonArgsType Type { get; }
Methods
Clone()
Creates a new object that is a copy of the current instance.
View Source
Declaration
public AddonFinalizeArgs Clone()
Returns
Dalamud.Game.Addon.Lifecycle.AddonArgTypes.AddonFinalizeArgs: A new object that is a copy of this instance.
Implements
System.ICloneable