Click or drag to resize

SetupHandler Delegate

Delegate on event when the module must be register or update.

Namespace:  AskiaPortalCmn.Setup
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public delegate void SetupHandler(
	IModuleSetup moduleSetup,
	IModule currentModule
)

Parameters

moduleSetup
Type: AskiaPortalCmn.SetupIModuleSetup
Setup object use to register or update the module.
currentModule
Type: AskiaPortalCmnIModule
Current module (as it is in the database) or null if the module was not registred before.
See Also