Class GiveEventArgs
Inheritance
System.Object
GiveEventArgs
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
Properties
|
Improve this Doc
View Source
Info
Declaration
public GiveInfo Info { get; set; }
Property Value
|
Improve this Doc
View Source
Item
Declaration
public AbstractItem Item { get; set; }
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
Extension Methods