Click or drag to resize

GenericExportHandler<T, E, I>.UnHook Method

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

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

Parameters

oCTInterface  CTInterface
Revision History
DateVersionDescription
-2024 SP0First Release
See Also