 | CTObjectGuardE, O, SPreDelete Method |
Basic implementation that captures the event when user attempts to delete owned object. Passes the event to the
ObjectOwner.
Namespace: CTExtensions.ExportCore.CTObjectDataAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic override bool PreDelete(
ctEditGuardObjectType objectType,
ICTObject poObject,
long lParentHWND
)
Public Overrides Function PreDelete (
objectType As ctEditGuardObjectType,
poObject As ICTObject,
lParentHWND As Long
) As Boolean
Parameters
- objectType ctEditGuardObjectType
- poObject ICTObject
- lParentHWND Int64
Return Value
Boolean
See Also