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