Class InventoryEventArgs
Abstract base class representing inventory changed events.
Assembly: Dalamud.dll
View Source
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.
View Source
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>
View Source
Declaration
public ref readonly GameInventoryItem Item { get; }
Methods
ToString()
Returns a string that represents the current object.
View Source
Declaration
public override string ToString()
Returns
System.String
: A string that represents the current object.