Class GetLocationEventArgs
Inheritance
GetLocationEventArgs
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
View Source
LocationName
Declaration
public string LocationName { get; }
Property Value
Extension Methods