Class InventoryItemRemovedArgs
Represents the data associated with an item being removed from an inventory.
Assembly: Dalamud.dll
View Source
Declaration
public sealed class InventoryItemRemovedArgs : InventoryEventArgs
Inheritance: System.Object
-> Dalamud.Game.Inventory.InventoryEventArgTypes.InventoryEventArgs
Properties
Inventory
Gets the inventory this item was removed from.
View Source
Declaration
public GameInventoryType Inventory { get; }
Slot
Gets the slot this item was removed from.
View Source
Declaration
public uint Slot { get; }