Class PluginLoadedEvent
Namespace: Void.Proxy.Api.Events.Plugins
Assembly: Void.Proxy.Api.dll
Signals that a plugin has finished loading.
public record PluginLoadedEvent : IEvent, IEquatable<PluginLoadedEvent>Inheritance
Implements
IEvent, IEquatable<PluginLoadedEvent>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
PluginLoadedEvent(IPlugin)
Signals that a plugin has finished loading.
public PluginLoadedEvent(IPlugin Plugin)Parameters
Plugin IPlugin
The plugin that finished loading.
Properties
Plugin
The plugin that finished loading.
public IPlugin Plugin { get; init; }