Skip to content

Class PluginLoadingEvent

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

public record PluginLoadingEvent : IEvent, IEquatable<PluginLoadingEvent>

Inheritance

objectPluginLoadingEvent

Implements

IEvent, IEquatable<PluginLoadingEvent>

Inherited Members

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

Constructors

PluginLoadingEvent(IPlugin)

public PluginLoadingEvent(IPlugin Plugin)

Parameters

Plugin IPlugin

Properties

Plugin

public IPlugin Plugin { get; init; }

Property Value

IPlugin