Show / Hide Table of Contents

Class GetLocationEventArgs

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

Constructors

View Source

GetLocationEventArgs(string)

Declaration
public GetLocationEventArgs(string locationName)
Parameters
Type Name Description
string locationName

Properties

View Source

Current

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

LocationName

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

Extension Methods

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