Search Results for

    Show / Hide Table of Contents

    Class PluginDisabledEvent

    Dispatched when a plugin gets disabled.

    Inheritance
    System.Object
    Event
    PluginEventBase
    PluginDisabledEvent
    Inherited Members
    PluginEventBase.PluginAssembly
    PluginEventBase.PluginInstance
    Event.IsCancelled
    Event.SetCancelled(Boolean)
    Namespace: OpenAPI.Events.Plugins
    Assembly: OpenAPI.dll
    Syntax
    public class PluginDisabledEvent : PluginEventBase

    Constructors

    | Improve this Doc View Source

    PluginDisabledEvent(Assembly, OpenPlugin)

    Declaration
    public PluginDisabledEvent(Assembly pluginAssembly, OpenPlugin pluginInstance)
    Parameters
    Type Name Description
    Assembly pluginAssembly
    OpenPlugin pluginInstance
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX