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