 | ObjectEditGuardApplyEdit Method |
Notification when user exits object edit with ok at Options.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual bool ApplyEdit(
ctEditGuardObjectType objectType,
ICTObject poObject,
long lParentHWND
)
Public Overridable Function ApplyEdit (
objectType As ctEditGuardObjectType,
poObject As ICTObject,
lParentHWND As Long
) As Boolean
Parameters
- objectType ctEditGuardObjectType
- Type of the object
- poObject ICTObject
- The object
- lParentHWND Int64
- Parent handle for showing dialogs
Return Value
BooleanReturn false to prevent exit.
Revision HistoryDate | Version | Description |
---|
- | 2020 SP0 | First Release |
See Also