Class NotekeeperUiMessageEvent
Inheritance
System.Object
NotekeeperUiMessageEvent
Assembly: Content.Shared.dll
Syntax
public sealed class NotekeeperUiMessageEvent : CartridgeMessageEvent
Constructors
|
Improve this Doc
View Source
NotekeeperUiMessageEvent(NotekeeperUiAction, String)
Declaration
public NotekeeperUiMessageEvent(NotekeeperUiAction action, string note)
Parameters
Fields
|
Improve this Doc
View Source
Action
Declaration
public readonly NotekeeperUiAction Action
Field Value
|
Improve this Doc
View Source
Note
Declaration
public readonly string Note
Field Value
Type |
Description |
System.String |
|