Show / Hide Table of Contents

Class GetLocationEventArgs

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

Constructors

| Improve this Doc View Source

GetLocationEventArgs(String)

Declaration
public GetLocationEventArgs(string locationName)
Parameters
Type Name Description
System.String locationName

Properties

| Improve this Doc View Source

Current

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

LocationName

Declaration
public string LocationName { 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