Class InventoryItemMovedArgs
Represents the data associated with an item being moved from one inventory and added to another.
Assembly: Dalamud.dll
View Source
Declaration
public sealed class InventoryItemMovedArgs : InventoryComplexEventArgs
Inheritance: System.Object
-> Dalamud.Game.Inventory.InventoryEventArgTypes.InventoryEventArgs -> Dalamud.Game.Inventory.InventoryEventArgTypes.InventoryComplexEventArgs
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.