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