Show / Hide Table of Contents

Class GetItemEventArgs

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

Constructors

| Improve this Doc View Source

GetItemEventArgs(String)

Declaration
public GetItemEventArgs(string itemName)
Parameters
Type Name Description
System.String itemName

Properties

| Improve this Doc View Source

Current

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

ItemName

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

Extension Methods

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