Click or drag to resize

CTObjectGuardE, O, SApplyEdit Method

Basic implementation that captures the event when user attempts to save owned object. Passes the event to the ObjectOwner.

Namespace: CTExtensions.ExportCore.CTObjectData
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public override bool ApplyEdit(
	ctEditGuardObjectType objectType,
	ICTObject poObject,
	long lParentHWND
)

Parameters

objectType  ctEditGuardObjectType
poObject  ICTObject
lParentHWND  Int64

Return Value

Boolean
See Also