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 SourceWiresPanelSecurityEvent(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 SourceExamine
Declaration
public readonly string? Examine
Field Value
Type | Description |
---|---|
System.Nullable<System.String> |
WiresAccessible
Declaration
public readonly bool WiresAccessible
Field Value
Type | Description |
---|---|
System.Boolean |