Skip to main content

Class AddonCloseArgs

Addon argument data for Close events.

Assembly: Dalamud.dll
View Source
Declaration
public class AddonCloseArgs : AddonArgs

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

Properties

Type

Gets the type of these args.

View Source
Declaration
public override AddonArgsType Type { get; }

FireCallback

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

View Source
Declaration
public bool FireCallback { get; set; }