 | ObjectEditGuardEnterEdit Method |
Notification when user is about to edit given object at Options.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual bool EnterEdit(
bool bNewObject,
ctEditGuardObjectType objectType,
ICTObject poObject,
long lParentHWND
)
Public Overridable Function EnterEdit (
bNewObject As Boolean,
objectType As ctEditGuardObjectType,
poObject As ICTObject,
lParentHWND As Long
) As Boolean
Parameters
- bNewObject Boolean
- True if the object is new instead of an existing one
- objectType ctEditGuardObjectType
- Type of the object about to be edited
- poObject ICTObject
- Object that's about to be edited
- lParentHWND Int64
- Parent handle for showing dialogs
Return Value
BooleanReturn false to prevent edit.
Revision HistoryDate | Version | Description |
---|
- | 2020 SP0 | First Release |
See Also