Click or drag to resize

IScriptingEventsOnEditSelectionComplete Method

Called when the selection 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 OnEditSelectionComplete()
Examples

Description

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

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

See Also