Class PluginEventArgs
Provides data about plugin related events
public class PluginEventArgs : EventArgs
- Inheritance
-
objectPluginEventArgs
- Inherited Members
Properties
Plugin
Gets the plugin this event is related to
public Plugin Plugin { get; }