AppointmentEventsClassAppointmentDeleted Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void AppointmentDeleted(
int AppointmentId
)
Public Overridable Sub AppointmentDeleted (
AppointmentId As Integer
)
Dim instance As AppointmentEventsClass
Dim AppointmentId As Integer
instance.AppointmentDeleted(AppointmentId)
public:
virtual void AppointmentDeleted(
int AppointmentId
)
Parameters
- AppointmentId
- Type: SystemInt32
Implements
IAppointmentEventsAppointmentDeleted(Int32)
See Also