Click or drag to resize
ObjectEditGuard Class
Base implementation of interface type ctExtensionInterfaceObjectEditGuard. Must implement at least GetParent. Override GetInterface2(ctExtensionInterface) in your extension and return your implementation of this interface when requested type is ctExtensionInterfaceObjectEditGuard.
Inheritance Hierarchy
SystemObject
  CTExtensions.InterfacesObjectEditGuard

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public abstract class ObjectEditGuard : IExtensionInterface

The ObjectEditGuard type exposes the following members.

Methods
  NameDescription
Public methodApplyEdit
Notification when user exits object edit with ok at Options.
Public methodEnterEdit
Notification when user is about to edit given object at Options.
Public methodGetExtControl
Provide a control that should embedded to edit dialog of the object. Not all types in ctEditGuardObjectType support this.
Public methodGetParent
Must implement. Return parent CTExtension of this extension interface.
Public methodPreDelete
Notification when user is about to delete an object at Options.
Top
Availability

CUSTOMTOOLS 2020 SP0


See Also