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; }