Represents the method that loads a module.
| C# |
public delegate IAddIn LoadModuleDelegate( ModuleInfo moduleInfo, IDPApplication application, bool handleException )
- moduleInfo (ModuleInfo)
- describes the module to be loaded
- application (IDPApplication)
- application to be passed to the new module
- handleException (Boolean)
- true to handle any exceptions internally, false to propagate them
loaded add-in