IScriptingEventsOnSaleStakeholderBeforeDelete Method |
Called when event occurs.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnSaleStakeholderBeforeDelete(
int stakeholderId
)
Sub OnSaleStakeholderBeforeDelete (
stakeholderId As Integer
)
Dim instance As IScriptingEvents
Dim stakeholderId As Integer
instance.OnSaleStakeholderBeforeDelete(stakeholderId)
void OnSaleStakeholderBeforeDelete(
[InAttribute] int stakeholderId
)
Parameters
- stakeholderId
- Type: SystemInt32
Examples
See Also