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