SOScriptingEventsClassOnCurrentRelationFieldChanged Method |
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void OnCurrentRelationFieldChanged(
string fullFieldName
)
Public Overridable Sub OnCurrentRelationFieldChanged (
fullFieldName As String
)
Dim instance As SOScriptingEventsClass
Dim fullFieldName As String
instance.OnCurrentRelationFieldChanged(fullFieldName)
public:
virtual void OnCurrentRelationFieldChanged(
[InAttribute] String^ fullFieldName
)
Parameters
- fullFieldName
- Type: SystemString
Implements
IScriptingEventsOnCurrentRelationFieldChanged(String)
See Also