Click or drag to resize

IScriptingEventsOnSelectionInterestTaskClicked Method

Called when button is clicked.

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

Description

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

VB
Sub OnSelectionInterestTaskClicked
        SOMessageBox "Add/Remove interests button was clicked on selection task panel"
End Sub

See Also