Class NotekeeperUiFragment
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.BoxContainer
NotekeeperUiFragment
Namespace: Content.Client.CartridgeLoader.Cartridges
Assembly: Content.Client.dll
Syntax
public sealed class NotekeeperUiFragment : BoxContainer
Constructors
| Improve this Doc View SourceNotekeeperUiFragment()
Declaration
public NotekeeperUiFragment()
Methods
| Improve this Doc View SourceUpdateState(List<String>)
Declaration
public void UpdateState(List<string> notes)
Parameters
Type | Name | Description |
---|---|---|
List<System.String> | notes |
Events
| Improve this Doc View SourceOnNoteAdded
Declaration
public event Action<string>? OnNoteAdded
Event Type
Type | Description |
---|---|
System.Nullable<Action<System.String>> |
OnNoteRemoved
Declaration
public event Action<string>? OnNoteRemoved
Event Type
Type | Description |
---|---|
System.Nullable<Action<System.String>> |