Show / Hide Table of Contents

Class WiresPanelSecurityEvent

This event gets raised when security settings on a wires panel change

Inheritance
System.Object
WiresPanelSecurityEvent
Namespace: Content.Shared.Wires
Assembly: Content.Shared.dll
Syntax
public sealed class WiresPanelSecurityEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

WiresPanelSecurityEvent(Nullable<String>, Boolean)

Declaration
public WiresPanelSecurityEvent(string? examine, bool wiresAccessible)
Parameters
Type Name Description
System.Nullable<System.String> examine
System.Boolean wiresAccessible

Fields

| Improve this Doc View Source

Examine

Declaration
public readonly string? Examine
Field Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

WiresAccessible

Declaration
public readonly bool WiresAccessible
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾