Show / Hide Table of Contents

Class ReadOnlyGiveEventArgs

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

Constructors

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

| Improve this Doc View Source

Callback

Declaration
public Action<AbstractItem>? Callback { get; }
Property Value
Type Description
System.Nullable<Action<AbstractItem>>
| Improve this Doc View Source

Container

Declaration
public string Container { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Fling

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

Item

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

MessageType

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

Transform

Declaration
public Transform? Transform { get; }
Property Value
Type Description
System.Nullable<Transform>

Extension Methods

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