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