ApplicationMgr.EndEdit

Syntax

ControlName_EndEdit( editedFile, editKind, editedObjects, cancelled)

Applies To

ApplicationMgr

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.

See Also

ApplicationMgr.BeginEdit event

ApplicationMgr.CanEdit event

ApplicationMgr.EndEdit method