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