Click or drag to resize

GenericExportHandlerT, E, IInit Method

Initialization, 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 Init(T) must be called immediately after this class is instantiated.

Namespace: CTExtensions.ExportCore.ExportHandler
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public override void Init(
	T parent
)

Parameters

parent  T
Revision History
DateVersionDescription
-2024 SP0First Release
See Also