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