IScriptingEventsOnCurrentAppointmentSaved Method |
Called when an existing object is saved after having been changed.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnCurrentAppointmentSaved()
Sub OnCurrentAppointmentSaved
Dim instance As IScriptingEvents
instance.OnCurrentAppointmentSaved()
void OnCurrentAppointmentSaved()
ExamplesDescription
This text may be copied to the notepad, and saved as a *.vbs file.
Sub OnCurrentAppointmentSaved
SOMessageBox "The appointment was saved!"
End Sub
See Also