Show / Hide Table of Contents

Class ReadOnlyGiveEventArgs

Inheritance
object
EventArgs
ReadOnlyGiveEventArgs
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 ReadOnlyGiveEventArgs : EventArgs

Constructors

View Source

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

Declaration
public ReadOnlyGiveEventArgs(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

Callback

Declaration
public Action<AbstractItem>? Callback { get; }
Property Value
Type Description
Action<AbstractItem>
View Source

Container

Declaration
public string? Container { get; }
Property Value
Type Description
string
View Source

Fling

Declaration
public FlingType Fling { get; }
Property Value
Type Description
FlingType
View Source

Item

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

MessageType

Declaration
public MessageType MessageType { get; }
Property Value
Type Description
MessageType
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
View Source

Transform

Declaration
public Transform? Transform { get; }
Property Value
Type Description
Transform

Extension Methods

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