Class ReadOnlyGiveEventArgs
Inheritance
System.Object
ReadOnlyGiveEventArgs
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
Properties
|
Improve this Doc
View Source
Callback
Declaration
public Action<AbstractItem>? Callback { get; }
Property Value
|
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
|
Improve this Doc
View Source
Item
Declaration
public AbstractItem Item { get; }
Property Value
|
Improve this Doc
View Source
MessageType
Declaration
public MessageType MessageType { get; }
Property Value
|
Improve this Doc
View Source
Orig
Declaration
public AbstractItem Orig { get; }
Property Value
|
Improve this Doc
View Source
OriginalState
Declaration
public ObtainState OriginalState { get; }
Property Value
|
Improve this Doc
View Source
Placement
Declaration
public AbstractPlacement Placement { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public Transform? Transform { get; }
Property Value
Type |
Description |
System.Nullable<Transform> |
|
Extension Methods