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