Click or drag to resize

CTObjectDataHandlerE, O, SPreDelete Method

Occurs when user attempts to delete Owned CT Core object at Options. If you prevent deletion 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 PreDelete(
	S settings,
	long lParentHWND
)

Parameters

settings  S
Settings object
lParentHWND  Int64
Parent window handle (can also be 0).

Return Value

Boolean
Return false to cancel deletion, true continue

Implements

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