ProductEventsClassProductDeleted Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void ProductDeleted(
int i_ProductId
)
Public Overridable Sub ProductDeleted (
i_ProductId As Integer
)
Dim instance As ProductEventsClass
Dim i_ProductId As Integer
instance.ProductDeleted(i_ProductId)
public:
virtual void ProductDeleted(
int i_ProductId
)
Parameters
- i_ProductId
- Type: SystemInt32
Implements
IProductEventsProductDeleted(Int32)
See Also