Click or drag to resize

CTObjectGuardE, O, S Methods

The CTObjectGuardE, O, S type exposes the following members.

Methods
 NameDescription
Public methodApplyEdit Basic implementation that captures the event when user attempts to save owned object. Passes the event to the ObjectOwner.
(Overrides ObjectEditGuardApplyEdit(ctEditGuardObjectType, ICTObject, Int64))
Public methodClearCaches Clear Caches.
Public methodEnterEdit Basic implementation that capture the event when user attempts to edit owned object. Passes the event to the ObjectOwner.
(Overrides ObjectEditGuardEnterEdit(Boolean, ctEditGuardObjectType, ICTObject, Int64))
Public methodGetParent Required by the framework.
(Overrides ObjectEditGuardGetParent)
Public methodInit Init function that must be called immediately after creation of this object.
Public methodPreDelete Basic implementation that captures the event when user attempts to delete owned object. Passes the event to the ObjectOwner.
(Overrides ObjectEditGuardPreDelete(ctEditGuardObjectType, ICTObject, Int64))
Top
See Also