Namespace Dalamud.Game.Inventory.InventoryEventArgTypes
Classes
InventoryComplexEventArgs
Represents the data associated with an item being affected across different slots, possibly in different containers.
InventoryEventArgs
Abstract base class representing inventory changed events.
InventoryItemAddedArgs
Represents the data associated with an item being added to an inventory.
InventoryItemChangedArgs
Represents the data associated with an items properties being changed. This also includes an items stack count changing.
InventoryItemMergedArgs
Represents the data associated with an item being merged from two stacks into one.
InventoryItemMovedArgs
Represents the data associated with an item being moved from one inventory and added to another.
InventoryItemRemovedArgs
Represents the data associated with an item being removed from an inventory.
InventoryItemSplitArgs
Represents the data associated with an item being split from one stack into two.