Click or drag to resize

ObjectEditGuard Methods

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 methodGetExtControlObsolete.
DEPRECATED. Use GetExtControls2(ctEditGuardObjectType, ICTObject, List<Tuple<Int64, String> > ) instead. Provide a control that should embedded to edit dialog of the object. Not all types in ctEditGuardObjectType support this.
Public methodGetExtControls2 Provide controls that should embedded to edit dialog of the object. Not all types in ctEditGuardObjectType support this. Do NOT call base.GetExtControls2(..) when overriding! For backwards compatibiity, the base class calls GetExtControl(ctEditGuardObjectType, ICTObject, String, Int64).
Public methodGetExtControlsForCore Internal use only. Calls GetExtControls2(ctEditGuardObjectType, ICTObject, List<Tuple<Int64, String> > ) to obtain controls and then marshalls them for the core to arrange.
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
See Also