Table of Contents

Class PluginEventArgs

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Provides data about plugin related events

public class PluginEventArgs : EventArgs
Inheritance
object
PluginEventArgs
Inherited Members

Properties

Plugin

Gets the plugin this event is related to

public Plugin Plugin { get; }

Property Value

Plugin