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