Class PluginUnloadedEvent
Namespace: Void.Proxy.Api.Events.Plugins
Assembly: Void.Proxy.Api.dll
Represents the notification raised for a plugin after its unloading event has been fired.
public record PluginUnloadedEvent : IEvent, IEquatable<PluginUnloadedEvent>Inheritance
Implements
IEvent, IEquatable<PluginUnloadedEvent>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
PluginUnloadedEvent(IPlugin)
Represents the notification raised for a plugin after its unloading event has been fired.
public PluginUnloadedEvent(IPlugin Plugin)Parameters
Plugin IPlugin
The
Properties
Plugin
The
public IPlugin Plugin { get; init; }