IScriptingEventsOnCurrentAppointmentCanceled Method |
Called when changes to an object are discarded. Values are reset to what is stored in the database.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnCurrentAppointmentCanceled()
Sub OnCurrentAppointmentCanceled
Dim instance As IScriptingEvents
instance.OnCurrentAppointmentCanceled()
void OnCurrentAppointmentCanceled()
ExamplesDescription
This text may be copied to the notepad, and saved as a *.vbs file.
Sub OnCurrentAppointmentCanceled
SOMessageBox "The current apointments changes was canceled"
End Sub
See Also