Click or drag to resize

CTObjectDataHandlerE, 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
public virtual bool ApplyEdit(
	O modifiedObject,
	S settings,
	long lParentHWND
)

Parameters

modifiedObject  O
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.

Implements

ICTObjectOwnerE, O, SApplyEdit(O, S, Int64)
See Also