ISaleEventsSaleBeforeDelete Method |
method SaleBeforeDelete
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid SaleBeforeDelete(
int SaleId
)
Sub SaleBeforeDelete (
SaleId As Integer
)
Dim instance As ISaleEvents
Dim SaleId As Integer
instance.SaleBeforeDelete(SaleId)
void SaleBeforeDelete(
int SaleId
)
Parameters
- SaleId
- Type: SystemInt32
See Also