Skip to content

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

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)

Represents the notification raised for a plugin after its unloading event has been fired.

public PluginUnloadedEvent(IPlugin Plugin)

Parameters

Plugin IPlugin

The instance being reported as unloaded.

Properties

Plugin

The instance being reported as unloaded.

public IPlugin Plugin { get; init; }

Property Value

IPlugin