Class GetItemEventArgs
Inherited Members
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class GetItemEventArgs : EventArgs
Constructors
View SourceGetItemEventArgs(string)
Declaration
public GetItemEventArgs(string itemName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | itemName |
Properties
View SourceCurrent
Declaration
public AbstractItem? Current { get; set; }
Property Value
| Type | Description |
|---|---|
| AbstractItem |
ItemName
Declaration
public string ItemName { get; }
Property Value
| Type | Description |
|---|---|
| string |