Show / Hide Table of Contents

Class GiveEventArgs

Inheritance
System.Object
GiveEventArgs
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class GiveEventArgs : EventArgs

Constructors

| Improve this Doc 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

| Improve this Doc View Source

Info

Declaration
public GiveInfo Info { get; set; }
Property Value
Type Description
GiveInfo
| Improve this Doc View Source

Item

Declaration
public AbstractItem Item { get; set; }
Property Value
Type Description
AbstractItem
| Improve this Doc View Source

Orig

Declaration
public AbstractItem Orig { get; }
Property Value
Type Description
AbstractItem
| Improve this Doc View Source

OriginalState

Declaration
public ObtainState OriginalState { get; }
Property Value
Type Description
ObtainState
| Improve this Doc View Source

Placement

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

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX