Show / Hide Table of Contents

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 Source

NotekeeperUiFragment()

Declaration
public NotekeeperUiFragment()

Methods

| Improve this Doc View Source

UpdateState(List<String>)

Declaration
public void UpdateState(List<string> notes)
Parameters
Type Name Description
List<System.String> notes

Events

| Improve this Doc View Source

OnNoteAdded

Declaration
public event Action<string>? OnNoteAdded
Event Type
Type Description
System.Nullable<Action<System.String>>
| Improve this Doc View Source

OnNoteRemoved

Declaration
public event Action<string>? OnNoteRemoved
Event Type
Type Description
System.Nullable<Action<System.String>>

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾