Class GetLocationEventArgs
Inheritance
System.Object
GetLocationEventArgs
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
|
Improve this Doc
View Source
LocationName
Declaration
public string LocationName { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods