IScriptingEventsOnCurrentAppointmentCreated Method |
Called when a new object is saved for the first time.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnCurrentAppointmentCreated()
Sub OnCurrentAppointmentCreated
Dim instance As IScriptingEvents
instance.OnCurrentAppointmentCreated()
void OnCurrentAppointmentCreated()
ExamplesDescription
This text may be copied to the notepad, and saved as a *.vbs file.
Sub OnCurrentAppointmentCreated
SOMessageBox "A new appointment has been created"
End Sub
See Also