Click or drag to resize

GenericExportHandlerT, E, IHook Method

Event subscribtions, called by the framework if T is inheritant of ExportBaseFIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPE and this extension is provided with GetEventExtensions. If this event extension is used directly, then also Hook(CTInterface) must be called manually at T's implementation of Hook(CTInterface).

Namespace: CTExtensions.ExportCore.ExportHandler
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public override void Hook(
	CTInterface oCTInterface
)

Parameters

oCTInterface  CTInterface
Revision History
DateVersionDescription
-2024 SP0First Release
See Also