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