IAppointmentEventsAppointmentDeleted Method |
method AppointmentDeleted
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid AppointmentDeleted(
int AppointmentId
)
Sub AppointmentDeleted (
AppointmentId As Integer
)
Dim instance As IAppointmentEvents
Dim AppointmentId As Integer
instance.AppointmentDeleted(AppointmentId)
void AppointmentDeleted(
int AppointmentId
)
Parameters
- AppointmentId
- Type: SystemInt32
See Also