Class StationRenamedEvent
Directed event fired on a station when it is renamed.
Inheritance
System.Object
StationRenamedEvent
Namespace: Content.Server.Station.Systems
Assembly: Content.Server.dll
Syntax
public sealed class StationRenamedEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceStationRenamedEvent(String, String)
Declaration
public StationRenamedEvent(string oldName, string newName)
Parameters
Type | Name | Description |
---|---|---|
System.String | oldName | |
System.String | newName |
Fields
| Improve this Doc View SourceNewName
New name of the station.
Declaration
public string NewName
Field Value
Type | Description |
---|---|
System.String |
OldName
Prior name of the station.
Declaration
public string OldName
Field Value
Type | Description |
---|---|
System.String |