Click or drag to resize

IScriptingEventsOnSelectionAddOneMember Method

Called when event occurs.

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

Description

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

VB
Sub OnSelectionAddOneMember
    SOmessagebox "The add button was clicked on selection"

End Sub

See Also