The AitEventAddArgs are used to attach a plugin to an event within Author-it.
The AitEventAddArgs have the following properties:
PluginName
String. The name of the plugin. Must be unique.
PluginFolderPath
String. Do not set. Internal use only.
EventType
Integer. The Author-it event type. (Enum: EventType)
OnAitEvent
Delegate. The method in the plugin which will be called when the event is fired. This method will receive the AuthoritEventArgs.