SOScriptingEventsClassOnSaleStakeholderBeforeDelete Method |
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void OnSaleStakeholderBeforeDelete(
int stakeholderId
)
Public Overridable Sub OnSaleStakeholderBeforeDelete (
stakeholderId As Integer
)
Dim instance As SOScriptingEventsClass
Dim stakeholderId As Integer
instance.OnSaleStakeholderBeforeDelete(stakeholderId)
public:
virtual void OnSaleStakeholderBeforeDelete(
[InAttribute] int stakeholderId
)
Parameters
- stakeholderId
- Type: SystemInt32
Implements
IScriptingEventsOnSaleStakeholderBeforeDelete(Int32)
See Also