Click or drag to resize

ICTObjectOwnerE, O, SApplyEdit Method

Occurs when user applies changes to Owned CT Core object at Options. If you cancel the apply by returning false, you should also display a message for user.

Namespace: CTExtensions.ExportCore.CTObjectData
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
bool ApplyEdit(
	O modifiedObject,
	S settings,
	long lParentHWND
)

Parameters

modifiedObject  O
The object having the modifications that you should validate.
settings  S
Settings object
lParentHWND  Int64
Parent window handle (can also be 0).

Return Value

Boolean
Return false to cancel apply, true continue.
See Also