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