Click or drag to resize

ObjectEditGuardApplyEdit Method

Notification when user exits object edit with ok at Options.

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

Parameters

objectType  ctEditGuardObjectType
Type of the object
poObject  ICTObject
The object
lParentHWND  Int64
Parent handle for showing dialogs

Return Value

Boolean
Return false to prevent exit.
Revision History
DateVersionDescription
-2020 SP0First Release
See Also