IScriptingEventsOnSelectionInterestTaskClicked Method |
Called when button is clicked.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnSelectionInterestTaskClicked()
Sub OnSelectionInterestTaskClicked
Dim instance As IScriptingEvents
instance.OnSelectionInterestTaskClicked()
void OnSelectionInterestTaskClicked()
ExamplesDescription
This text may be copied to the notepad, and saved as a *.vbs file.
Sub OnSelectionInterestTaskClicked
SOMessageBox "Add/Remove interests button was clicked on selection task panel"
End Sub
See Also