Skip to content

Class PluginUnloadingEvent

Namespace: Void.Proxy.Api.Events.Plugins
Assembly: Void.Proxy.Api.dll

public record PluginUnloadingEvent : IEvent, IEquatable<PluginUnloadingEvent>

Inheritance

objectPluginUnloadingEvent

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; }

Property Value

IPlugin