Skip to main content

Class AddonCloseArgs

Addon argument data for Close events.

Assembly: Dalamud.dll
Declaration
public class AddonCloseArgs : AddonArgs

Inheritance: System.Object -> Dalamud.Game.Addon.Lifecycle.AddonArgTypes.AddonArgs

Properties

Type

Gets the type of these args.

Declaration
public override AddonArgsType Type { get; }

FireCallback

Gets or sets a value indicating whether the window should fire the callback method on close.

Declaration
public bool FireCallback { get; set; }