IScriptingEventsOnCurrentRelationIdentityChanged Method |
Called when a new object is selected by the user. Changes may happen indirectly.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnCurrentRelationIdentityChanged()
Sub OnCurrentRelationIdentityChanged
Dim instance As IScriptingEvents
instance.OnCurrentRelationIdentityChanged()
void OnCurrentRelationIdentityChanged()
ExamplesDescription
This text may be copied to the notepad, and saved as a *.vbs file.
sub OnCurrentRelationIdentityChanged
msgbox "User moved to another relation"
end sub
See Also