Show / Hide Table of Contents

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 Source

StationRenamedEvent(String, String)

Declaration
public StationRenamedEvent(string oldName, string newName)
Parameters
Type Name Description
System.String oldName
System.String newName

Fields

| Improve this Doc View Source

NewName

New name of the station.

Declaration
public string NewName
Field Value
Type Description
System.String
| Improve this Doc View Source

OldName

Prior name of the station.

Declaration
public string OldName
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾