Skip to main content
Version: 14.x (API 14) [Current]

Class AddonFocusChangedArgs

Addon argument data for OnFocusChanged events.

Assembly: Dalamud.dll
Declaration
public class AddonFocusChangedArgs : AddonArgs

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

Properties

Type

Gets the type of these args.

Declaration
public override AddonArgsType Type { get; }

ShouldFocus

Gets or sets a value indicating whether the window is being focused or unfocused.

Declaration
public bool ShouldFocus { get; set; }