Click or drag to resize

IScriptingEventsOnEditSelectionClicked Method

Called when button is clicked.

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

Description

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

VB
Sub OnEditSelectionClicked
    somessagebox "Edit selection clicked"    
End Sub

See Also