Class PluginEventArgs
Provides data about plugin related events
Inherited Members
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class PluginEventArgs : EventArgs
Properties
Plugin
Gets the plugin this event is related to
Declaration
public Plugin Plugin { get; }
Property Value
Type | Description |
---|---|
Plugin |