Show / Hide Table of Contents

Class RecordModifiedEvent

Event raised after a record is modified. This is to inform other systems that records stored in this key may have changed.

Inheritance
System.Object
RecordModifiedEvent
Namespace: Content.Server.StationRecords.Systems
Assembly: Content.Server.dll
Syntax
public sealed class RecordModifiedEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

RecordModifiedEvent(EntityUid, StationRecordKey)

Declaration
public RecordModifiedEvent(EntityUid station, StationRecordKey key)
Parameters
Type Name Description
EntityUid station
StationRecordKey key

Fields

| Improve this Doc View Source

Station

Declaration
public readonly EntityUid Station
Field Value
Type Description
EntityUid

Properties

| Improve this Doc View Source

Key

Declaration
public StationRecordKey Key { get; }
Property Value
Type Description
StationRecordKey
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾