SaleStakeholderEventsClassCurrentSaleStakeholderBeforeDelete Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void CurrentSaleStakeholderBeforeDelete(
int SaleStakeholderId
)
Public Overridable Sub CurrentSaleStakeholderBeforeDelete (
SaleStakeholderId As Integer
)
Dim instance As SaleStakeholderEventsClass
Dim SaleStakeholderId As Integer
instance.CurrentSaleStakeholderBeforeDelete(SaleStakeholderId)
public:
virtual void CurrentSaleStakeholderBeforeDelete(
int SaleStakeholderId
)
Parameters
- SaleStakeholderId
- Type: SystemInt32
Implements
ISaleStakeholderEventsCurrentSaleStakeholderBeforeDelete(Int32)
See Also