Click or drag to resize

CTObjectDataHandlerE, O, SInit Method

EventExtension Init, called by the system. Can be overridden but inheritant must first call:
C#
base.Init(parent);

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

Parameters

parent  E
See Also