 | CTObjectGuardE, O, SInit Method |
Init function that must be called immediately after creation of this object.
Namespace: CTExtensions.ExportCore.CTObjectDataAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic void Init(
E parent,
ICTObjectOwner<E, O, S> owner,
ctEditGuardObjectType objectType
)
Public Sub Init (
parent As E,
owner As ICTObjectOwner(Of E, O, S),
objectType As ctEditGuardObjectType
)
Parameters
- parent E
- Parent Extension
- owner ICTObjectOwnerE, O, S
- The class for which the events and sent
- objectType ctEditGuardObjectType
- CT Core Object type this class is guading
See Also