 | CTObjectDataHandlerE, O, SApplyEdit Method |
Occurs when user applies changes to Owned CT Core object at Options.
If you cancel the apply by returning false, you should also display a message for user.
Namespace: CTExtensions.ExportCore.CTObjectDataAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual bool ApplyEdit(
O modifiedObject,
S settings,
long lParentHWND
)
Public Overridable Function ApplyEdit (
modifiedObject As O,
settings As S,
lParentHWND As Long
) As Boolean
Parameters
- modifiedObject O
- Object having the modifications that you should validate.
- settings S
- Settings object
- lParentHWND Int64
- Parent window handle (can also be 0).
Return Value
BooleanReturn false to cancel apply, true continue.
Implements
ICTObjectOwnerE, O, SApplyEdit(O, S, Int64)
See Also