API ReferenceSandbox.UI
public class Sandbox.UI.PanelEventAttribute : System.Attribute
Add an event listener to a `Sandbox.UI.Panel` event with the given name. See `Sandbox.UI.Panel.CreateEvent(System.String,System.Object,System.Nullable)`.
Constructors
Showing 1 constructors
public PanelEventAttribute(string name = null)
Parameters
name: Default: null
No results match this filter.
Properties
Showing 1 properties
public string Sandbox.UI.PanelEventAttribute.Name { get; set; }
Name of the event to listen to.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.UI |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.UI.PanelEventAttribute |