Show / Hide Table of Contents

Class GetItemEventArgs

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

Constructors

View Source

GetItemEventArgs(string)

Declaration
public GetItemEventArgs(string itemName)
Parameters
Type Name Description
string itemName

Properties

View Source

Current

Declaration
public AbstractItem? Current { get; set; }
Property Value
Type Description
AbstractItem
View Source

ItemName

Declaration
public string ItemName { get; }
Property Value
Type Description
string

Extension Methods

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