IAppointmentEventsSuggestedAppointmentCompletedChanged Method |
method SuggestedAppointmentCompletedChanged
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid SuggestedAppointmentCompletedChanged(
int i_AppointmentId,
int i_OldStatus,
int i_NewStatus
)
Sub SuggestedAppointmentCompletedChanged (
i_AppointmentId As Integer,
i_OldStatus As Integer,
i_NewStatus As Integer
)
Dim instance As IAppointmentEvents
Dim i_AppointmentId As Integer
Dim i_OldStatus As Integer
Dim i_NewStatus As Integer
instance.SuggestedAppointmentCompletedChanged(i_AppointmentId,
i_OldStatus, i_NewStatus)
void SuggestedAppointmentCompletedChanged(
[InAttribute] int i_AppointmentId,
[InAttribute] int i_OldStatus,
[InAttribute] int i_NewStatus
)
Parameters
- i_AppointmentId
- Type: SystemInt32
- i_OldStatus
- Type: SystemInt32
- i_NewStatus
- Type: SystemInt32
See Also