Show / Hide Table of Contents

Class IntrinsicUIOpenAttemptEvent

Inheritance
System.Object
IntrinsicUIOpenAttemptEvent
Namespace: Content.Server.UserInterface
Assembly: Content.Server.dll
Syntax
public sealed class IntrinsicUIOpenAttemptEvent : CancellableEntityEventArgs

Constructors

| Improve this Doc View Source

IntrinsicUIOpenAttemptEvent(EntityUid, Nullable<Enum>)

Declaration
public IntrinsicUIOpenAttemptEvent(EntityUid who, Enum? key)
Parameters
Type Name Description
EntityUid who
System.Nullable<Enum> key

Properties

| Improve this Doc View Source

Key

Declaration
public Enum? Key { get; }
Property Value
Type Description
System.Nullable<Enum>
| Improve this Doc View Source

User

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