IScriptingEventsOnSuggestedAppointmentCreateClicked Method |
Called when button is clicked.
New in Seven. Suggested appointment in a guided sale.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnSuggestedAppointmentCreateClicked(
int projectId
)
Sub OnSuggestedAppointmentCreateClicked (
projectId As Integer
)
Dim instance As IScriptingEvents
Dim projectId As Integer
instance.OnSuggestedAppointmentCreateClicked(projectId)
void OnSuggestedAppointmentCreateClicked(
[InAttribute] int projectId
)
Parameters
- projectId
- Type: SystemInt32
Examples
See Also