Skip to content

Class PluginUnloadedEvent

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

public record PluginUnloadedEvent : IEvent, IEquatable<PluginUnloadedEvent>

Inheritance

objectPluginUnloadedEvent

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)

public PluginUnloadedEvent(IPlugin Plugin)

Parameters

Plugin IPlugin

Properties

Plugin

public IPlugin Plugin { get; init; }

Property Value

IPlugin