IScriptingEventsOnSelectionAddOneMember Method |
Called when event occurs.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnSelectionAddOneMember()
Sub OnSelectionAddOneMember
Dim instance As IScriptingEvents
instance.OnSelectionAddOneMember()
void OnSelectionAddOneMember()
ExamplesDescription
This text may be copied to the notepad, and saved as a *.vbs file.
Sub OnSelectionAddOneMember
SOmessagebox "The add button was clicked on selection"
End Sub
See Also