ApplicationMgr.EndEdit
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
ApplicationMgr.EndEdit
Syntax
ControlName_EndEdit( editedFile, editKind, editedObjects, cancelled)
Applies To
Purpose
Occurs after an editing action completes or when you explicitly call the ApplicationMgr.EndEdit method.
Remarks
For each ApplicationMgr.BeginEdit event the application receives, the application also receives a corresponding EndEdit event.
Parameters
editedFile As PropertyObjectFile
[In] Specifies the file being edited.
editKind As EditKinds
[In] Specifies the type of editing action.
editedObjects As PropertyObject
[In] Specifies the edited objects.
cancelled As Boolean
[In] Specifies whether the editing action was cancelled.