SaleEventsClassSaleBeforeDelete Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void SaleBeforeDelete(
int SaleId
)
Public Overridable Sub SaleBeforeDelete (
SaleId As Integer
)
Dim instance As SaleEventsClass
Dim SaleId As Integer
instance.SaleBeforeDelete(SaleId)
public:
virtual void SaleBeforeDelete(
int SaleId
)
Parameters
- SaleId
- Type: SystemInt32
Implements
ISaleEventsSaleBeforeDelete(Int32)
See Also