Class AddonHideArgs
Addon argument data for Hide events.
Assembly: Dalamud.dll
View Source
Declaration
public class AddonHideArgs : 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; }
CallHideCallback
Gets or sets a value indicating whether to call the hide callback handler when this hides.
View Source
Declaration
public bool CallHideCallback { get; set; }
SetShowHideFlags
Gets or sets the flags that the window will set when it Shows/Hides.
View Source
Declaration
public uint SetShowHideFlags { get; set; }