Click or drag to resize

IScriptingEventsOnEditProjectComplete Method

Called when the project panel reverts to view mode, whether by OK or CANCEL

Namespace:  SuperOffice.COM.ScriptEvents
Assembly:  Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntax
void OnEditProjectComplete()
Examples

Description

This text may be copied to the notepad, and saved as a *.vbs file.

VB
Sub OnEditProjectComplete
'occurs both when you click OK and Cancel
    somessagebox "Edit project complete"
End Sub

See Also