| ObjectEditGuardApplyEdit Method |
Notification when user exits object edit with ok at Options.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntax public 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
- Type: ctEditGuardObjectType
Type of the object - poObject
- Type: ICTObject
The object - lParentHWND
- Type: SystemInt64
Parent handle for showing dialogs
Return Value
Type:
BooleanReturn false to prevent exit.
Availability See Also