Skip to content

Class PluginLoadedEvent

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

public record PluginLoadedEvent : IEvent, IEquatable<PluginLoadedEvent>

Inheritance

objectPluginLoadedEvent

Implements

IEvent, IEquatable<PluginLoadedEvent>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

PluginLoadedEvent(IPlugin)

public PluginLoadedEvent(IPlugin Plugin)

Parameters

Plugin IPlugin

Properties

Plugin

public IPlugin Plugin { get; init; }

Property Value

IPlugin