Class InventoryEventArgs
Abstract base class representing inventory changed events.
Assembly: Dalamud.dll
Declaration
public abstract class InventoryEventArgs
Derived:
Dalamud.Game.Inventory.InventoryEventArgTypes.InventoryComplexEventArgs, Dalamud.Game.Inventory.InventoryEventArgTypes.InventoryItemAddedArgs, Dalamud.Game.Inventory.InventoryEventArgTypes.InventoryItemChangedArgs, Dalamud.Game.Inventory.InventoryEventArgTypes.InventoryItemRemovedArgs
Properties
Type
Gets the type of event for these args.
Declaration
public GameInventoryEvent Type { get; }
Item
Gets the item associated with this event. <remarks><em>This is a copy of the item data.</em></remarks>
Declaration
public ref readonly GameInventoryItem Item { get; }
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String