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