IScriptingEventsOnCurrentAppointmentParticipantListChanged Method |
Called when participants are added or removed from the current appointment. The list of participants is available from the current appointment
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnCurrentAppointmentParticipantListChanged()
Sub OnCurrentAppointmentParticipantListChanged
Dim instance As IScriptingEvents
instance.OnCurrentAppointmentParticipantListChanged()
void OnCurrentAppointmentParticipantListChanged()
ExamplesDescription
Sub OnAppointmentParticipantListChanged
SOMessageBox "There where changes to the participants"
End Sub
See Also