Click or drag to resize

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
Syntax
void OnCurrentAppointmentCreated()
Examples

Description

This text may be copied to the notepad, and saved as a *.vbs file.

VB
Sub OnCurrentAppointmentCreated
    SOMessageBox "A new appointment has been created"
End Sub

See Also