Show / Hide Table of Contents

Class GiveEventArgs

Inheritance
object
EventArgs
GiveEventArgs
Inherited Members
EventArgs.Empty
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class GiveEventArgs : EventArgs

Constructors

View Source

GiveEventArgs(AbstractItem, AbstractItem, AbstractPlacement?, GiveInfo?, ObtainState)

Declaration
public GiveEventArgs(AbstractItem orig, AbstractItem item, AbstractPlacement? placement, GiveInfo? info, ObtainState state)
Parameters
Type Name Description
AbstractItem orig
AbstractItem item
AbstractPlacement placement
GiveInfo info
ObtainState state

Properties

View Source

Info

Declaration
public GiveInfo? Info { get; set; }
Property Value
Type Description
GiveInfo
View Source

Item

Declaration
public AbstractItem? Item { get; set; }
Property Value
Type Description
AbstractItem
View Source

Orig

Declaration
public AbstractItem Orig { get; }
Property Value
Type Description
AbstractItem
View Source

OriginalState

Declaration
public ObtainState OriginalState { get; }
Property Value
Type Description
ObtainState
View Source

Placement

Declaration
public AbstractPlacement? Placement { get; }
Property Value
Type Description
AbstractPlacement

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX